From 162364fae4a34bcd6e5ef9f094583b5afbdc6cc5 Mon Sep 17 00:00:00 2001 From: Scott González Date: Fri, 10 Dec 2010 15:06:22 -0500 Subject: Tabs: Removed rotate method. Fixes #5939 - Tabs: Remove rotation. --- tests/unit/tabs/tabs_methods.js | 4 ---- 1 file changed, 4 deletions(-) (limited to 'tests') 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); -- cgit v1.2.3