aboutsummaryrefslogtreecommitdiffstats
path: root/src/css/addGetHookIf.js
Commit message (Collapse)AuthorAgeFilesLines
* Build: Update jscs and lint filesOleg Gaidarenko2015-09-071-3/+5
| | | | | Ref 10fdad742a2a6aa9f0e00b3e04fc5264797c53c7 Fixes gh-2056
* Core:CSS: Attach test nodes to documentElement, not bodyMichał Gołębiowski2015-08-161-13/+3
| | | | | | | | | | | | Attaching test divs to document.documentElement instead of document.body used to cause issues in jQuery 1.x; jQuery Compat doesn't execute any tests on document ready, though so it could be aligned with master. This makes jQuery Compat support tests work correctly even if jQuery is included & used in head before body even exists - making it similar to the master behavior. Fixes gh-2502
* Fix contextTimmy Willison2013-09-111-1/+1
|
* The cssHook from addGetHookIf wasn't actually getting addedTimmy Willison2013-09-111-5/+4
| | | | | Conflicts: src/css.js
* No ticket. Abstract conditional hook definition.Michał Gołębiowski2013-09-111-0/+33