Nicolas Cannasse 13 years ago
parent
commit
d8685b2b10
1 changed files with 2 additions and 0 deletions
  1. 2 0
      std/js/Dom.hx

+ 2 - 0
std/js/Dom.hx

@@ -186,6 +186,8 @@ typedef Document = {> HtmlDom,
 	function getElementsByName( name : String ) : HtmlCollection<HtmlDom>;
 	function createElement( name : String ) : HtmlDom;
 	function createTextNode( text : String ) : HtmlDom;
+	
+	var activeElement : HtmlDom;
 }
 
 typedef Event = {