Explorar el Código

needed for minor change in typer.

Nicolas Cannasse hace 19 años
padre
commit
d875ce22ca
Se han modificado 1 ficheros con 1 adiciones y 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;