소스 검색

needed for minor change in typer.

Nicolas Cannasse 19 년 전
부모
커밋
d875ce22ca
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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;