aboutsummaryrefslogtreecommitdiffstats
path: root/tests/tabs.js
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tabs.js')
-rw-r--r--tests/tabs.js7
1 files changed, 1 insertions, 6 deletions
diff --git a/tests/tabs.js b/tests/tabs.js
index e27bd7def..1e43c5581 100644
--- a/tests/tabs.js
+++ b/tests/tabs.js
@@ -61,12 +61,7 @@ module('tabs');
for (var optionName in expected) {
var actual = el.data(optionName + '.tabs'), expects = expected[optionName];
-
- if (optionName == 'disabled')
- compare(actual, expects, optionName);
- else
- equals(actual, expects, optionName);
-
+ same(actual, expects, optionName);
}
});