Nicolas Cannasse %!s(int64=14) %!d(string=hai) anos
pai
achega
cf12733434
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      std/js/JQuery.hx

+ 1 - 1
std/js/JQuery.hx

@@ -33,7 +33,7 @@ extern class JQuery implements ArrayAccess<JQuery> {
 	var context(default,null) : Dom.HtmlDom;
 	var length(default, null) : Int;
 
-	function new( queryOrHtml : String, ?context : JQuery ) : Void;
+	@:multitype function new( ?html : String, ?j : JQuery, ?h : Dom.HtmlDom ) : Void;
 
 	// attributes
 	function addClass( className : String ) : JQuery;