CHILD positions were being cached improperly. Tweaked it and added a test to make...
authorJohn Resig <jeresig@gmail.com>
Wed, 21 Jan 2009 22:01:50 +0000 (22:01 +0000)
committerJohn Resig <jeresig@gmail.com>
Wed, 21 Jan 2009 22:01:50 +0000 (22:01 +0000)
commit626961c4a54cccaae0ecef81f2058cd0888611cc
treeb33e516495392b3e407070e55c42bd8c4c460feb
parent00b70c75278896495365e25f0327af4a1b61acce
CHILD positions were being cached improperly. Tweaked it and added a test to make sure it doesn't happen again. Fixes jQuery bug #3924.
src/selector.js
test/unit/selector.js