Merge branch 'master' of github.com:jquery/jquery
This commit is contained in:
commit
df6e02a4a7
2 changed files with 12 additions and 1 deletions
|
@ -29,7 +29,7 @@ var jQuery = function( selector, context ) {
|
|||
rnotwhite = /\S/,
|
||||
|
||||
// Used for trimming whitespace
|
||||
rtrim = /^\s+|\s+$/g,
|
||||
rtrim = /(\s|\u00A0)+|(\s|\u00A0)+$/g,
|
||||
|
||||
// Match a standalone tag
|
||||
rsingleTag = /^<(\w+)\s*\/?>(?:<\/\1>)?$/,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue