summaryrefslogtreecommitdiffstats
path: root/tests/unit/selectable/selectable_methods.js
Commit message (Collapse)AuthorAgeFilesLines
* Removed use of .data() for getting/setting options in tests; using each ↵Scott González2009-11-091-12/+2
| | | | plugin's option method instead. Fixes #4853 - Remove use of .data() for options in tests.
* Merged in widget-factory branch and added tests. Fixes #4411 - Widget ↵Scott González2009-04-151-3/+15
| | | | factory should auto detect getters.
* selectable unit tests: split tests into individual filesRichard Worth2009-02-041-2/+81
|
* unit tests: created separate file for each module: core, common widget, ↵Richard Worth2009-02-021-0/+12
events, methods, options, tickets