From: David Serduke Date: Mon, 17 Dec 2007 16:54:44 +0000 (+0000) Subject: Fixed #2062 by adding a check to see if the selector is array-like in .not() before... X-Git-Url: http://git.asbjorn.it/?a=commitdiff_plain;h=90b25efa6c3c3676c5ae1dd782d04726e03a31e8;hp=90b25efa6c3c3676c5ae1dd782d04726e03a31e8;p=jquery.git 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. ---