Merge branch 'master' of git@github.com:jquery/jquery

This commit is contained in:
John Resig 2009-12-06 15:51:15 -08:00
commit 1fe9ff5482
3 changed files with 7 additions and 4 deletions

View file

@ -29,7 +29,7 @@ var jQuery = function( selector, context ) {
rnotwhite = /\S/,
// Used for trimming whitespace
rtrim = /(\s|\u00A0)+|(\s|\u00A0)+$/g,
rtrim = /^(\s|\u00A0)+|(\s|\u00A0)+$/g,
// Match a standalone tag
rsingleTag = /^<(\w+)\s*\/?>(?:<\/\1>)?$/,