Nicolas Cannasse 13 年之前
父节点
当前提交
d8685b2b10
共有 1 个文件被更改,包括 2 次插入0 次删除
  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 = {