Gah, my bad: we've got to return the value from the friend function.

Of course, the flash documentation says that function.apply() returns
void, but luckily this is not the case. DO NOT TRUST THEIR DOCS, they are
riddled with errors.


git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@210 c613c5cb-e716-0410-b11b-feb51c14d237
This commit is contained in:
Ray Greenwell
2007-02-24 00:42:24 +00:00
parent 33f55d5a8d
commit 03876838b3
@@ -605,7 +605,7 @@ public class EZGameControl extends BaseControl
{
// var args
args.unshift(name);
callEZCode.apply(this, args);
return callEZCode.apply(this, args);
}
/**