Bruno Garcia 10 лет назад
Родитель
Сommit
6265f79436
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      std/js/html/Console.hx

+ 1 - 0
std/js/html/Console.hx

@@ -45,4 +45,5 @@ extern class Console
 	function profileEnd( data : haxe.extern.Rest<Dynamic> ) : Void;
 	function assert( condition : Bool, data : haxe.extern.Rest<Dynamic> ) : Void;
 	function count( data : haxe.extern.Rest<Dynamic> ) : Void;
+	function clear() : Void;
 }