Fixed #2062 by adding a check to see if the selector is array-like in .not() before...
authorDavid Serduke <davidserduke@gmail.com>
Mon, 17 Dec 2007 16:54:44 +0000 (16:54 +0000)
committerDavid Serduke <davidserduke@gmail.com>
Mon, 17 Dec 2007 16:54:44 +0000 (16:54 +0000)
commit90b25efa6c3c3676c5ae1dd782d04726e03a31e8
tree23678f8f10047cf4c2927310a1ef298454bc649a
parentd7f5a0835bc463d15a4f6210e48110054a050f0b
Fixed #2062 by adding a check to see if the selector is array-like in .not() before testing it as an array.  Otherwise it does a straight comparison during the filter test.
src/core.js
test/unit/core.js