aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/date/core.js
diff options
context:
space:
mode:
authorFelix Nagel <info@felixnagel.com>2015-12-02 18:20:54 +0100
committerFelix Nagel <info@felixnagel.com>2015-12-02 18:30:05 +0100
commitc10ef0a170218ae64abaee54518b09068eadb51e (patch)
tree8ff6c9cb8e0f4a8846a3b272a26e65fef946ae3c /tests/unit/date/core.js
parent7ed45541096b58c56c4fc40b1a0ca9c10b2fe229 (diff)
parent6c738d961d9918f75a3043a49ab21ac79bca45ae (diff)
downloadjquery-ui-c10ef0a170218ae64abaee54518b09068eadb51e.tar.gz
jquery-ui-c10ef0a170218ae64abaee54518b09068eadb51e.zip
Merge branch 'master' into datepicker
Diffstat (limited to 'tests/unit/date/core.js')
-rw-r--r--tests/unit/date/core.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/date/core.js b/tests/unit/date/core.js
index b04531593..2c32c70d2 100644
--- a/tests/unit/date/core.js
+++ b/tests/unit/date/core.js
@@ -154,7 +154,7 @@ test( "Months", 5, function() {
ok( lastMonth.last );
ok( !lastMonth.first );
- ok( firstMonth.month() === lastMonth.month() - 1 );
+ equal( firstMonth.month(), lastMonth.month() - 1 );
} );
test( "Equal", 4, function() {