2
0
Nicolas Cannasse 19 жил өмнө
parent
commit
73ff5b3594
1 өөрчлөгдсөн 1 нэмэгдсэн , 0 устгасан
  1. 1 0
      std/js/Document.hx

+ 1 - 0
std/js/Document.hx

@@ -65,6 +65,7 @@ extern class Document extends HtmlDom {
 	function close() : Void;
 	function getElementById( id : String ) : HtmlDom;
 	function getElementsByName( name : String ) : HtmlCollection<HtmlDom>;
+	function createElement( name : String ) : HtmlDom;
 
 	var onclick : Event -> Void;
 	var ondblclick : Event -> Void;