diff options
author | Scott González <scott.gonzalez@gmail.com> | 2011-02-10 21:25:50 -0500 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2011-02-10 21:25:50 -0500 |
commit | 6096aed0a38948fe02a697d0f5349c6903c90e47 (patch) | |
tree | 95943964405e828aa4b9e5a8d244aa4563d82680 /tests/unit/testsuite.js | |
parent | fb35d4e5c5638dac72cb53ed37ee240b2fe91f46 (diff) | |
download | jquery-ui-6096aed0a38948fe02a697d0f5349c6903c90e47.tar.gz jquery-ui-6096aed0a38948fe02a697d0f5349c6903c90e47.zip |
Widget: Fixed super methods with deep inheritance chains.
Diffstat (limited to 'tests/unit/testsuite.js')
-rw-r--r-- | tests/unit/testsuite.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/unit/testsuite.js b/tests/unit/testsuite.js index 3e4ac5bbf..b3748d8ee 100644 --- a/tests/unit/testsuite.js +++ b/tests/unit/testsuite.js @@ -24,8 +24,6 @@ function testWidgetDefaults( widget, defaults ) { var privateMethods = [ "_createWidget", - "_super", - "_superApply", "destroy", "option", "enable", |