]> source.dussan.org Git - jquery-ui.git/commitdiff
Tests: Allow overriding enable and disable methods to add custom logic.
authorScott González <scott.gonzalez@gmail.com>
Wed, 30 Mar 2011 00:38:58 +0000 (20:38 -0400)
committerScott González <scott.gonzalez@gmail.com>
Wed, 30 Mar 2011 00:38:58 +0000 (20:38 -0400)
tests/unit/testsuite.js

index 517b5dfa388087adf81ff2db117963d735125a68..4b273ce78a5b78f7baec08073caae261472d57e7 100644 (file)
@@ -26,8 +26,6 @@ var privateMethods = [
        "_createWidget",
        "destroy",
        "option",
-       "enable",
-       "disable",
        "_trigger"
 ];