]> source.dussan.org Git - jquery.git/commit
No ticket. Remove the unnecessary guard in addGetHookIf. Close gh-1426. 1426/head
authorMichał Gołębiowski <m.goleb@gmail.com>
Mon, 11 Nov 2013 00:53:23 +0000 (01:53 +0100)
committerMichał Gołębiowski <m.goleb@gmail.com>
Mon, 11 Nov 2013 17:20:33 +0000 (18:20 +0100)
commit07c374745790bf9e05ca58ffe97f0b72ae930e66
tree4380d1e62ac739c6ccb8ca49fae1d5e1cd88be0a
parent4b39a8289031bb7de25e9f018d9fd8235a35ec49
No ticket. Remove the unnecessary guard in addGetHookIf. Close gh-1426.

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.
src/css/addGetHookIf.js