Some stuff.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@3962 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Ray Greenwell
2006-03-18 00:43:45 +00:00
parent 23f531fa42
commit ccd6e2b81e
4 changed files with 428 additions and 3 deletions
+1 -3
View File
@@ -1,7 +1,5 @@
package com.threerings.util {
import flash.util.describeType;
public class ClassUtil
{
public static function getClassName (obj :Object) :String
@@ -37,7 +35,7 @@ public class ClassUtil
}
// TODO: there's currently no way to determine final from the class
//var attrs :XMLList = describeType(type).elements("type");
//var attrs :XMLList = flash.util.describeType(type).elements("type");
return false;
}
}