瀏覽代碼

prevent Date reference by default.

Nicolas Cannasse 19 年之前
父節點
當前提交
530f46a02a
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      std/js/Dom.hx

+ 1 - 1
std/js/Dom.hx

@@ -166,7 +166,7 @@ signature Document = {> HtmlDom,
 	#if w3c
 	#else true
 	// not W3C , need infos : var embeds : HtmlCollection<Embed>;
-	var lastModified : Date;
+	// var lastModified : Date; // commented : does not include date by default
 	var stylesheets : HtmlCollection<StyleSheet>;
 	function focus() : Void;
 	function getElementsByTag( tag : String ) : HtmlCollection<HtmlDom>;