Browse Source

Add js.html.Console.clear().

Bruno Garcia 10 years ago
parent
commit
6265f79436
1 changed files with 1 additions and 0 deletions
  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 profileEnd( data : haxe.extern.Rest<Dynamic> ) : Void;
 	function assert( condition : Bool, 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 count( data : haxe.extern.Rest<Dynamic> ) : Void;
+	function clear() : Void;
 }
 }