Browse Source

minor fix

Nicolas Cannasse 15 years ago
parent
commit
af4e96b69e
1 changed files with 1 additions and 0 deletions
  1. 1 0
      std/Type.hx

+ 1 - 0
std/Type.hx

@@ -520,6 +520,7 @@ class Type {
 		#if flash9
 		#if flash9
 			var a = describe(c,false);
 			var a = describe(c,false);
 			a.remove("__construct__");
 			a.remove("__construct__");
+			a.remove("prototype");
 			return a;
 			return a;
 		#elseif php
 		#elseif php
 			if(untyped c.__qname__ == 'String') return ['fromCharCode'];
 			if(untyped c.__qname__ == 'String') return ['fromCharCode'];