From 1a7958a43096ced70043514055e8f62422d860fd Mon Sep 17 00:00:00 2001 From: Scott González Date: Thu, 25 Oct 2012 05:37:37 -0400 Subject: Tabs: Removed length method. Fixes #7161 - Tabs: Remove length method. --- ui/jquery.ui.tabs.js | 7 ------- 1 file changed, 7 deletions(-) (limited to 'ui') 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: { -- cgit v1.2.3