Skip to content

Commit cd80a8b

Browse files
committed
fixed tests for older browsers
1 parent da204f8 commit cd80a8b

File tree

4 files changed

+2
-409
lines changed

4 files changed

+2
-409
lines changed

Tests/nestedObject-qunit-tests.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ test("Extend", function () {
7272
date.isValid = ko.computed(function () {
7373
return date() && date() < new Date();
7474
});
75-
},
75+
}
7676
}
7777
});
7878

Tests/simpleTypes-qunit-tests.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ test("Extend", function () {
6868
date.isValid = ko.computed(function () {
6969
return date() && date() < new Date();
7070
});
71-
},
71+
}
7272
}
7373
});
7474

0 commit comments

Comments
 (0)