aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/resizable/resizable_defaults.js
Commit message (Collapse)AuthorAgeFilesLines
* Tests: Rename {widget}_defaults.js -> {widget}_common.jsScott González2012-04-231-27/+0
|
* Resizable tests: Remove all bad tests.Scott González2012-04-201-1/+4
|
* Tests: Move commonWidgetTests() to TestHelpers.Scott González2012-04-191-28/+24
|
* Resizable:Scott González2009-02-131-1/+0
| | | | | - Fixed destroy method. - Removed preventDefault option (Fixed #4135 - preventDefault should not be an option as there's not use case for false).
* Resizable tests: Removed preserveCursor and proportionallyResize options.Scott González2009-02-091-2/+0
|
* Resizable tests: Removed transparent option.Scott González2009-02-091-1/+0
|
* Resizable: Fixed #4093: Removed disableSelection option.Scott González2009-02-091-1/+0
|
* resizable unit tests: defaults alpha orderRichard Worth2009-02-071-1/+1
|
* resizable unit tests: zIndex default: 1000Richard Worth2009-02-071-1/+1
|
* resizable unit tests: split tests into individual filesRichard Worth2009-02-041-1/+25
|
* unit tests: created separate file for each module: core, common widget, ↵Richard Worth2009-02-021-0/+9
events, methods, options, tickets