aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit/ready.js
Commit message (Collapse)AuthorAgeFilesLines
* Build: code style fixes after all those revertsOleg Gaidarenko2015-12-221-24/+25
|
* Revert "CSS: Ignore the CSS cascade in show()/hide()/etc."Oleg Gaidarenko2015-12-221-1/+1
| | | | This reverts commit 9df8bd205ab78308c34af70c934c42175e560e86.
* Revert "Core: remove custom ready event"Oleg Gaidarenko2015-12-221-25/+28
| | | | This reverts commit b35bea14a9b1ff6b9ba96e0c51e21bfeecfc4c4a.
* Tests: Do not define two modules with the same nameOleg Gaidarenko2015-09-071-1/+1
| | | | | Ref 7aa46e0df8a673e6b00550bbbbed21eed50108b7 Fixes gh-2437
* Tests: Partially use new qunit interfaceOleg Gaidarenko2015-09-071-15/+15
| | | | | | | | | | | | | http://qunitjs.com/upgrade-guide-2.x/ For most of the boring work was used https://github.com/apsdehal/qunit-migrate package However, it can't update local qunit helpers, plus in some places old QUnit.asyncTest signature is still used Ref b930d14ce64937e9478405eee2828d4da091d2cb Fixes gh-2540
* Build: Update jscs and lint filesOleg Gaidarenko2015-09-071-5/+5
| | | | | Ref 10fdad742a2a6aa9f0e00b3e04fc5264797c53c7 Fixes gh-2056
* Core: remove custom ready eventTimmy Willison2015-05-121-33/+30
| | | | | Fixes gh-2264 Close gh-2265
* Pass all tests (and load Sizzle fixture correctly) when loading with AMDTimmy Willison2013-08-291-0/+73
Conflicts: src/css.js