aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/draggable/draggable_methods.js
Commit message (Collapse)AuthorAgeFilesLines
* Dev: remove globals from tests and moved test helpers to correct location - ↵Mike Sherov2012-11-031-4/+10
| | | | Fixed #8770 Dev: Remove globals and Standardize Test Suite
* Dev: Standardized the draggable test suite. Fixed #8748 - Dev: Get draggable ↵Mike Sherov2012-10-301-25/+14
| | | | test suite to pass
* Update to QUnit 1.3. Replace usage of same with deepEqual and equals with equal.Jörn Zaefferer2012-02-291-9/+9
|
* Removed use of .data() for getting/setting options in tests; using each ↵Scott González2009-11-091-18/+10
| | | | 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.
* draggable unit tests: created separate file for each module: defaults, ↵Richard Worth2009-02-011-0/+95
events, methods, options, tickets