Browse Source

prevent Date reference by default.

Nicolas Cannasse 19 years ago
parent
commit
530f46a02a
1 changed files with 1 additions and 1 deletions
  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>;