mirror of
https://github.com/jquery/jquery.git
synced 2025-01-10 18:24:24 +00:00
Fix typo in regex tweak from previous commit.
This commit is contained in:
parent
c475222bfb
commit
0f6c7830ce
@ -16,7 +16,7 @@ var jQuery = function( selector, context ) {
|
||||
rootjQuery,
|
||||
|
||||
// A simple way to check for HTML strings
|
||||
quickExpr = /^(?:[^<]*(<[\w\W]+>)[^>]*$/,
|
||||
quickExpr = /^[^<]*(<[\w\W]+>)[^>]*$/,
|
||||
|
||||
// Check if a string has a non-whitespace character in it
|
||||
rnotwhite = /\S/,
|
||||
|
Loading…
Reference in New Issue
Block a user