Autofix small errors

This commit is contained in:
Igor Barkov [iwork]
2019-01-16 19:45:30 +02:00
parent d330721114
commit 094b8a6027
313 changed files with 736 additions and 2280 deletions
+1 -1
View File
@@ -3537,7 +3537,7 @@ var Expr = Sizzle.selectors = {
match[3] = Sizzle(match[3], null, null, curLoop);
} else {
var ret = Sizzle.filter(match[3], curLoop, inplace, true ^ not);
var ret = Sizzle.filter(match[3], curLoop, inplace, !not);
if ( !inplace ) {
result.push.apply( result, ret );