Преглед изворни кода

Add js.html.Console.clear().

Bruno Garcia пре 10 година
родитељ
комит
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;
 }