T time!
git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@310 c613c5cb-e716-0410-b11b-feb51c14d237
This commit is contained in:
@@ -268,7 +268,7 @@ public class EZGameControl extends BaseControl
|
|||||||
/**
|
/**
|
||||||
* Get the names of all currently-set properties that begin with the specified prefix.
|
* 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 = [];
|
var props :Array = [];
|
||||||
for (var s :String in _gameData) {
|
for (var s :String in _gameData) {
|
||||||
|
|||||||
Reference in New Issue
Block a user