Nicolas Cannasse 18 ani în urmă
părinte
comite
134b31bf6b
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      std/js/Dom.hx

+ 1 - 1
std/js/Dom.hx

@@ -464,7 +464,7 @@ typedef Select = {> FormElement,
 	var selectedIndex : Int;
 	var size : Int;
 
-	function remove( o : Option ) : Void;
+	function remove( o : Dynamic ) : Void;
 
 	var onchange : Event -> Void;
 }