diff options
author | Scott González <scott.gonzalez@gmail.com> | 2010-12-10 15:06:22 -0500 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2010-12-10 15:06:22 -0500 |
commit | 162364fae4a34bcd6e5ef9f094583b5afbdc6cc5 (patch) | |
tree | cbecdb5b57113ac268e7d0fba2b2a13026e94db5 /tests | |
parent | f54747b30234454fc6dd6fb720c4b73dc8b87345 (diff) | |
download | jquery-ui-162364fae4a34bcd6e5ef9f094583b5afbdc6cc5.tar.gz jquery-ui-162364fae4a34bcd6e5ef9f094583b5afbdc6cc5.zip |
Tabs: Removed rotate method. Fixes #5939 - Tabs: Remove rotation.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/unit/tabs/tabs_methods.js | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/unit/tabs/tabs_methods.js b/tests/unit/tabs/tabs_methods.js index 67a4d9b47..bfd9d7713 100644 --- a/tests/unit/tabs/tabs_methods.js +++ b/tests/unit/tabs/tabs_methods.js @@ -176,8 +176,4 @@ test('length', function() { equals(el.tabs('length'), $('ul a', el).length, ' should return length'); }); -test('rotate', function() { - ok(false, "missing test - untested code is broken code."); -}); - })(jQuery); |