From fb24ff77ccc0eeb10d69841376c9b23bc0c7e041 Mon Sep 17 00:00:00 2001 From: Ray Greenwell Date: Tue, 5 Jun 2007 04:00:12 +0000 Subject: [PATCH] T time! git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@310 c613c5cb-e716-0410-b11b-feb51c14d237 --- src/as/com/threerings/ezgame/EZGameControl.as | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/as/com/threerings/ezgame/EZGameControl.as b/src/as/com/threerings/ezgame/EZGameControl.as index 4729c291..3ab03010 100644 --- a/src/as/com/threerings/ezgame/EZGameControl.as +++ b/src/as/com/threerings/ezgame/EZGameControl.as @@ -268,7 +268,7 @@ public class EZGameControl extends BaseControl /** * Get the names of all currently-set properties that begin with the specified prefix. */ - public function getProperyNames (prefix :String = "") :Array + public function getPropertyNames (prefix :String = "") :Array { var props :Array = []; for (var s :String in _gameData) {