diff options
Diffstat (limited to 'src/core/init.js')
-rw-r--r-- | src/core/init.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/core/init.js b/src/core/init.js index 5ce89e8a1..0c4ca4552 100644 --- a/src/core/init.js +++ b/src/core/init.js @@ -12,8 +12,7 @@ var rootjQuery, // A simple way to check for HTML strings // Prioritize #id over <tag> to avoid XSS via location.hash (#9521) // Strict HTML recognition (#11290: must start with <) - // Shortcut simple #id case for speed - rquickExpr = /^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]+))$/, + rquickExpr = /^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]*))$/, init = jQuery.fn.init = function( selector, context, root ) { var match, elem; |