Skip to content

Commit 8f1483b

Browse files
committed
💚 commit built jquery from latest
1 parent 6767dbc commit 8f1483b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎jquery.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ var jQuery = window.jQuery = window.$ = function( selector, context ) {
2323
// A simple way to check for HTML strings or ID strings
2424
// Prioritize #id over <tag> to avoid XSS via location.hash (#9521)
2525
// Strict HTML recognition (#11290: must start with <)
26-
quickExpr = /^(?:(<[\w\W]+>)[^>]*|#([\w-]*))$/,
26+
var quickExpr = /^(?:(<[\w\W]+>)[^>]*|#([\w-]*))$/,
2727

2828
// Is it a simple selector
2929
isSimple = /^.[^:#\[\.]*$/,

0 commit comments

Comments
 (0)