Tests: Allow overriding enable and disable methods to add custom logic.

This commit is contained in:
Scott González 2011-03-29 20:38:58 -04:00
parent 91c2f3eca0
commit 255a8dbba5

View File

@ -26,8 +26,6 @@ var privateMethods = [
"_createWidget",
"destroy",
"option",
"enable",
"disable",
"_trigger"
];