Browse Source

hide additional Array methods.

Nicolas Cannasse 18 years ago
parent
commit
b42bd28622
1 changed files with 1 additions and 0 deletions
  1. 1 0
      std/flash/Boot.hx

+ 1 - 0
std/flash/Boot.hx

@@ -252,6 +252,7 @@ class Boot {
 			};
 			};
 			Array.prototype[__unprotect__("__class__")] = Array;
 			Array.prototype[__unprotect__("__class__")] = Array;
 			Array[__unprotect__("__name__")] = ["Array"];
 			Array[__unprotect__("__name__")] = ["Array"];
+			_global["ASSetPropFlags"](Array.prototype,null,7);
 			String.prototype[__unprotect__("__class__")] = String;
 			String.prototype[__unprotect__("__class__")] = String;
 			String[__unprotect__("__name__")] = ["String"];
 			String[__unprotect__("__name__")] = ["String"];
 			var cca = String.prototype["charCodeAt"];
 			var cca = String.prototype["charCodeAt"];