Remove all white spaces

This commit is contained in:
taitus
2017-09-06 14:12:32 +02:00
parent 25560a27fc
commit 9b6b57a24c
13 changed files with 24 additions and 25 deletions

View File

@@ -2054,7 +2054,7 @@ setDocument = Sizzle.setDocument = function( node ) {
// getElementById is not reliable as a find shortcut
delete Expr.find["ID"];
Expr.filter["ID"] = function( id ) {
Expr.filter["ID"] = function( id ) {
var attrId = id.replace( runescape, funescape );
return function( elem ) {
var node = typeof elem.getAttributeNode !== "undefined" && elem.getAttributeNode("id");