Explorar o código

needed for minor change in typer.

Nicolas Cannasse %!s(int64=19) %!d(string=hai) anos
pai
achega
d875ce22ca
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      std/flash/Boot.hx

+ 1 - 1
std/flash/Boot.hx

@@ -232,7 +232,7 @@ class Boot {
 				}
 			};
 			Date.now = function() {
-				return new Date();
+				return __new__(Date);
 			};
 			Date.prototype.toString = function() {
 				var m = this.getMonth() + 1;