Nicolas Cannasse %!s(int64=13) %!d(string=hai) anos
pai
achega
d8685b2b10
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  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 = {