Ver Fonte

prevent Date reference by default.

Nicolas Cannasse há 19 anos atrás
pai
commit
530f46a02a
1 ficheiros alterados com 1 adições e 1 exclusões
  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>;