[CodeFactor] Apply fixes to commit 533ec3a

This commit is contained in:
codefactor-io 2019-11-12 16:26:43 +00:00
parent 533ec3a867
commit c7a42cdc88

2
src/js/jquery.js vendored
View File

@ -2827,7 +2827,7 @@ function nodeName( elem, name ) {
return elem.nodeName && elem.nodeName.toLowerCase() === name.toLowerCase();
};
}
var rsingleTag = ( /^<([a-z][^\/\0>:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i );