From cc4ed0b9d958698ce12178c6f544af486a1ffd9d Mon Sep 17 00:00:00 2001 From: Ray Greenwell Date: Mon, 14 Aug 2006 21:45:51 +0000 Subject: [PATCH] Commit comment containing information determined through experimentation. git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@4323 542714f4-19e9-0310-aa3c-eee0fc999fb1 --- src/as/com/threerings/util/ClassUtil.as | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/as/com/threerings/util/ClassUtil.as b/src/as/com/threerings/util/ClassUtil.as index 795e82c83..071f77510 100644 --- a/src/as/com/threerings/util/ClassUtil.as +++ b/src/as/com/threerings/util/ClassUtil.as @@ -62,7 +62,8 @@ public class ClassUtil } // TODO: there's currently no way to determine final from the class - //var attrs :XMLList = flash.utils.describeType(type).elements("type"); + // I thought examining the prototype might do it, but no dice. + // Fuckers! return false; }