aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/testsuite.js
diff options
context:
space:
mode:
authorScott González <scott.gonzalez@gmail.com>2011-03-29 20:38:58 -0400
committerScott González <scott.gonzalez@gmail.com>2011-03-29 20:38:58 -0400
commit255a8dbba59b4fe8343842f710f69433f43ac4cf (patch)
treef63a2f762a5b458162f5c4af6b19f2d0c0962ff2 /tests/unit/testsuite.js
parent91c2f3eca0b6c16e853ebe217f0617a94192752e (diff)
downloadjquery-ui-255a8dbba59b4fe8343842f710f69433f43ac4cf.tar.gz
jquery-ui-255a8dbba59b4fe8343842f710f69433f43ac4cf.zip
Tests: Allow overriding enable and disable methods to add custom logic.
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 517b5dfa3..4b273ce78 100644
--- a/tests/unit/testsuite.js
+++ b/tests/unit/testsuite.js
@@ -26,8 +26,6 @@ var privateMethods = [
"_createWidget",
"destroy",
"option",
- "enable",
- "disable",
"_trigger"
];