aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/widget/core.js
Commit message (Collapse)AuthorAgeFilesLines
* Widget: `instance()` should return `undefined` for empty setsScott González2016-08-041-3/+5
| | | | Fixes #15019
* Widget: Shift to use no globalsAmanpreet Singh2016-04-141-352/+354
|
* Widget: Call `._setOptionDisabled()` on init if the widget is disabledScott González2015-09-251-0/+33
| | | | | Fixes #9151 Ref gh-1599
* All: Delegate to base `_getCreateOptions()`.Scott González2015-09-171-1/+4
| | | | | | | Ensures that any extensions to the base widget will be handled properly by individual widgets. Closes gh-1598
* Widget: Style updatesAlexander Schmitz2015-09-111-207/+214
| | | | Ref #14246
* Widget: Remove core event/alias and deprecated module dependenciesAlexander Schmitz2015-05-201-14/+14
|
* Widget: Support mixinsScott González2015-05-141-0/+79
| | | | | Fixes #12601 Closes gh-1554
* Widget tests: Clean up $.fn methodsScott González2015-05-131-0/+8
|
* Tests: Rename filesScott González2015-04-091-0/+1514
Ref gh-1528