The compareDocumentPosition check was extraneous - indexOf works in all the other...
authorJohn Resig <jeresig@gmail.com>
Sat, 14 Feb 2009 22:18:02 +0000 (22:18 +0000)
committerJohn Resig <jeresig@gmail.com>
Sat, 14 Feb 2009 22:18:02 +0000 (22:18 +0000)
commit782b4af76ec080aad93d5c4a15fbc805f3e5960e
tree15c50c049fbac25ea8d285a97595f298aba06da8
parent6f4b08cdf9cb334f8531fe06a20153defb7f95b6
The compareDocumentPosition check was extraneous - indexOf works in all the other browsers that we need to support.
src/selector.js