aboutsummaryrefslogtreecommitdiffstats
path: root/src/css/addGetHookIf.js
Commit message (Collapse)AuthorAgeFilesLines
* Build: Put all AMD modules in "src/" in strict modeMichał Gołębiowski2016-04-251-0/+2
| | | | Fixes gh-3073
* Build: Update jscs and lint filesOleg Gaidarenko2015-09-071-3/+5
| | | | Fixes gh-2056
* Support: clean up comments and Support notationDave Methvin2014-06-101-4/+2
| | | | Closes gh-1577
* No ticket. Remove the unnecessary guard in addGetHookIf. Close gh-1426.Michał Gołębiowski2013-11-111-9/+1
| | | | | | | | | In 1.x if the support test executes before doc ready, it may not be able to return a result yet. In such a case, we protect ourselves from future breakages, allowing only for the ones before doc ready. Since in 2.x lazy support tests attach test elements to docElem, not body, such a guard is unnecessary.
* Fix contextTimmy Willison2013-09-111-1/+1
|
* The cssHook from addGetHookIf wasn't actually getting addedTimmy Willison2013-09-111-6/+5
|
* No ticket. Abstract conditional hook definition.Michał Gołębiowski2013-09-111-0/+33