Răsfoiți Sursa

prevent Date reference by default.

Nicolas Cannasse 19 ani în urmă
părinte
comite
530f46a02a
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      std/js/Dom.hx

+ 1 - 1
std/js/Dom.hx

@@ -166,7 +166,7 @@ signature Document = {> HtmlDom,
 	#if w3c
 	#if w3c
 	#else true
 	#else true
 	// not W3C , need infos : var embeds : HtmlCollection<Embed>;
 	// 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>;
 	var stylesheets : HtmlCollection<StyleSheet>;
 	function focus() : Void;
 	function focus() : Void;
 	function getElementsByTag( tag : String ) : HtmlCollection<HtmlDom>;
 	function getElementsByTag( tag : String ) : HtmlCollection<HtmlDom>;