Remove all white spaces
This commit is contained in:
2
vendor/assets/javascripts/annotator.js
vendored
2
vendor/assets/javascripts/annotator.js
vendored
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user