This only need to be unique, not meaningful.

(And yes, code running in a security boundary cannot set aliases, thank god)
Network traffic--.


git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@4987 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Ray Greenwell
2008-04-01 02:02:34 +00:00
parent 766643c702
commit 6559b163ed
@@ -191,9 +191,9 @@ public class ObjectMarshaller
*/
private static function staticInit () :void
{
registerClassAlias("Point", Point);
registerClassAlias("Rectangle", Rectangle);
registerClassAlias("Dictionary", Dictionary);
registerClassAlias("P", Point);
registerClassAlias("R", Rectangle);
registerClassAlias("D", Dictionary);
}
staticInit();