瀏覽代碼

minor fix

Nicolas Cannasse 15 年之前
父節點
當前提交
af4e96b69e
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      std/Type.hx

+ 1 - 0
std/Type.hx

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