Nicolas Cannasse пре 18 година
родитељ
комит
6ca54ff34d
1 измењених фајлова са 4 додато и 0 уклоњено
  1. 4 0
      std/flash9/Lib.hx

+ 4 - 0
std/flash9/Lib.hx

@@ -71,6 +71,10 @@ class Lib {
 		untyped __global__["flash.system.fscommand"](cmd,param);
 	}
 
+	public static function trace( arg : Dynamic ) {
+		untyped __global__["trace"](arg);
+	}
+
 }