aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/testsuite.js
diff options
context:
space:
mode:
authorScott González <scott.gonzalez@gmail.com>2011-02-10 21:25:50 -0500
committerScott González <scott.gonzalez@gmail.com>2011-02-10 21:25:50 -0500
commit6096aed0a38948fe02a697d0f5349c6903c90e47 (patch)
tree95943964405e828aa4b9e5a8d244aa4563d82680 /tests/unit/testsuite.js
parentfb35d4e5c5638dac72cb53ed37ee240b2fe91f46 (diff)
downloadjquery-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.js2
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",