git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@310 c613c5cb-e716-0410-b11b-feb51c14d237
This commit is contained in:
Ray Greenwell
2007-06-05 04:00:12 +00:00
parent e066a12dee
commit fb24ff77cc
@@ -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) {