diff options
author | Scott González <scott.gonzalez@gmail.com> | 2012-10-25 05:37:37 -0400 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2012-10-25 05:37:37 -0400 |
commit | 1a7958a43096ced70043514055e8f62422d860fd (patch) | |
tree | de85ee9ef7fb614ae2cb57db2d5a5fa6b63d6964 /ui/jquery.ui.tabs.js | |
parent | 0429532ad10b0708e085c4830bb930d8457d62f4 (diff) | |
download | jquery-ui-1a7958a43096ced70043514055e8f62422d860fd.tar.gz jquery-ui-1a7958a43096ced70043514055e8f62422d860fd.zip |
Tabs: Removed length method. Fixes #7161 - Tabs: Remove length method.
Diffstat (limited to 'ui/jquery.ui.tabs.js')
-rw-r--r-- | ui/jquery.ui.tabs.js | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/ui/jquery.ui.tabs.js b/ui/jquery.ui.tabs.js index 76216bfc9..5f6d87eee 100644 --- a/ui/jquery.ui.tabs.js +++ b/ui/jquery.ui.tabs.js @@ -1021,13 +1021,6 @@ if ( $.uiBackCompat !== false ) { } }); - // length method - $.widget( "ui.tabs", $.ui.tabs, { - length: function() { - return this.anchors.length; - } - }); - // panel ids (idPrefix option + title attribute) $.widget( "ui.tabs", $.ui.tabs, { options: { |