aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/draggable/draggable_options.js
Commit message (Collapse)AuthorAgeFilesLines
* Tests: Lint.Scott González2012-04-191-44/+35
|
* Update to QUnit 1.3. Replace usage of same with deepEqual and equals with equal.Jörn Zaefferer2012-02-291-74/+74
|
* added empty test for containment by array optionJustinMacCarthy2010-07-161-0/+4
|
* draggable: implemented #4145 - start,drag and stop events should be preventablePaul Bakaus2010-01-281-3/+22
|
* draggable: tests cleanup, put all elements into #mainJörn Zaefferer2009-09-151-1/+1
|
* Draggable: Support hash, array, string for cursorAt option. Partial fix for ↵Scott González2009-08-031-46/+120
| | | | #2525 - Standardised way to pass coordinates to plugins.
* Draggable: Removed absolutePosition from ui hash. Fixes #3990 - Remove ↵Scott González2009-07-091-2/+2
| | | | absolutePosition from ui hash.
* unit tests: minor updatesRichard Worth2009-02-021-0/+4
|
* draggable unit tests: typo in 'addClasses: false' testRichard Worth2009-02-021-1/+1
|
* Fixed #4036 (draggable: cssNamespace option should be removed, addClasses ↵Richard Worth2009-02-021-0/+12
| | | | option added)
* draggable unit tests: added some missing testsRichard Worth2009-02-011-0/+85
|
* draggable unit tests: created separate file for each module: defaults, ↵Richard Worth2009-02-011-0/+555
events, methods, options, tickets