diff --git a/src/Native/Now.js b/src/Native/Now.js index caf5978..8ddf5ac 100644 --- a/src/Native/Now.js +++ b/src/Native/Now.js @@ -14,7 +14,7 @@ Elm.Native.Now.make = function(localRuntime) { var Result = Elm.Result.make(localRuntime); return localRuntime.Native.Now.values = { - loadTime: (new window.Date).getTime() + loadTime: (new Date()).getTime() }; }; \ No newline at end of file