diff options
author | David Petersen <public@petersendidit.com> | 2011-03-26 16:49:14 -0400 |
---|---|---|
committer | David Petersen <public@petersendidit.com> | 2011-03-26 21:02:17 -0400 |
commit | 03eb54b37902db771accd3a53bad1b927c058bc7 (patch) | |
tree | 04547fbaf96f4a49aa9515501e274ce777dd5696 /tests/unit/tabs/tabs_methods.js | |
parent | e378876918361182e6cb6321159393828848b2c9 (diff) | |
download | jquery-ui-03eb54b37902db771accd3a53bad1b927c058bc7.tar.gz jquery-ui-03eb54b37902db771accd3a53bad1b927c058bc7.zip |
Tabs: Deprecate the length method. Fixes #7143 Tabs: Deprecate the length method
Diffstat (limited to 'tests/unit/tabs/tabs_methods.js')
-rw-r--r-- | tests/unit/tabs/tabs_methods.js | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/tests/unit/tabs/tabs_methods.js b/tests/unit/tabs/tabs_methods.js index ac0747df9..44c91d492 100644 --- a/tests/unit/tabs/tabs_methods.js +++ b/tests/unit/tabs/tabs_methods.js @@ -167,11 +167,4 @@ test('url', function() { ok(false, "missing test - untested code is broken code."); }); -test('length', function() { - expect(1); - - el = $('#tabs1').tabs(); - equals(el.tabs('length'), $('ul a', el).length, ' should return length'); -}); - })(jQuery); |