Nicolas Cannasse 18 years ago
parent
commit
176201e935
1 changed files with 1 additions and 1 deletions
  1. 1 1
      std/js/Dom.hx

+ 1 - 1
std/js/Dom.hx

@@ -64,7 +64,7 @@ typedef HtmlDom = {> MetaDom<HtmlDom>,
 
 	var style : Style;
 
-	function getElementsByTagName() : HtmlCollection<HtmlDom>;
+	function getElementsByTagName( tag : String ) : HtmlCollection<HtmlDom>;
 
 	#if w3c
 	#else true