Browse Source

new JQuery(window) overload

Nicolas Cannasse 13 years ago
parent
commit
5cd1725341
1 changed files with 1 additions and 0 deletions
  1. 1 0
      std/js/JQuery.hx

+ 1 - 0
std/js/JQuery.hx

@@ -43,6 +43,7 @@ extern class JQuery implements ArrayAccess<Dom.HtmlDom> {
 	var length(default, null) : Int;
 	var length(default, null) : Int;
 
 
 	@:overload(function(j:js.JQuery):Void{})
 	@:overload(function(j:js.JQuery):Void{})
+	@:overload(function(j:js.Dom.Window):Void{})
 	@:overload(function(j:js.Dom.HtmlDom):Void{})
 	@:overload(function(j:js.Dom.HtmlDom):Void{})
 	function new( html : String ) : Void;
 	function new( html : String ) : Void;