Merge branch 'master' of https://github.com/chernetsov/jasmine into chernetsov-master
Fix #678 Close #679
This commit is contained in:
@@ -61,6 +61,7 @@ getJasmineRequireObj().MockDate = function() {
|
||||
}
|
||||
|
||||
function createDateProperties() {
|
||||
FakeDate.prototype = GlobalDate.prototype;
|
||||
|
||||
FakeDate.now = function() {
|
||||
if (GlobalDate.now) {
|
||||
|
||||
Reference in New Issue
Block a user