Switch to using createRange for element comparision instead of Array indexOf checks...
authorJohn Resig <jeresig@gmail.com>
Tue, 17 Feb 2009 17:51:50 +0000 (17:51 +0000)
committerJohn Resig <jeresig@gmail.com>
Tue, 17 Feb 2009 17:51:50 +0000 (17:51 +0000)
commitd8b3bd700fe131d8b1dc381163abc6386a90501e
tree2bae8bf4404cf3319ba0b9c1584fa334236f6d68
parent4b7e1c906f497784329622d82da08c8646cae7e6
Switch to using createRange for element comparision instead of Array indexOf checks - thanks for the tip, Ioseb.
src/selector.js