Nicolas Cannasse пре 18 година
родитељ
комит
c42fa34bae
1 измењених фајлова са 1 додато и 1 уклоњено
  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 : Dynamic ) : Void;
+	function remove( o : Int ) : Void;
 
 	var onchange : Event -> Void;
 }