aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/slider/slider_methods.js
Commit message (Collapse)AuthorAgeFilesLines
* Removed use of .data() for getting/setting options in tests; using each ↵Scott González2009-11-091-20/+2
| | | | plugin's option method instead. Fixes #4853 - Remove use of .data() for options in tests.
* slider unit tests: method valueRichard Worth2009-09-191-1/+25
|
* slider: fixed disabled on init, methods enable and disableRichard Worth2009-09-191-2/+14
|
* slider tests: fixing variable scopesJörn Zaefferer2009-09-151-2/+2
|
* Merged in widget-factory branch and added tests. Fixes #4411 - Widget ↵Scott González2009-04-151-1/+11
| | | | factory should auto detect getters.
* slider unit tests: moved init and destroy tests to 'slider: methods' moduleRichard Worth2009-02-021-4/+60
|
* slider unit tests: created separate file for each module: core, common ↵Richard Worth2009-02-021-0/+24
widget, events, methods, options, tickets