diff options
author | timmywil <timmywillisn@gmail.com> | 2011-11-18 11:45:12 -0500 |
---|---|---|
committer | timmywil <timmywillisn@gmail.com> | 2011-11-18 11:45:12 -0500 |
commit | 1eb1ad616069ab103ceecf48c48514f51dd5d5ac (patch) | |
tree | 49362c4563eaf56d4289a6287e701ff8c6c9841f /src/core.js | |
parent | fb94277b6ee460c88df470f7bc9b64b4b3af2c9e (diff) | |
download | jquery-1eb1ad616069ab103ceecf48c48514f51dd5d5ac.tar.gz jquery-1eb1ad616069ab103ceecf48c48514f51dd5d5ac.zip |
Remove rdigit now that it is no longer necessary
Diffstat (limited to 'src/core.js')
-rw-r--r-- | src/core.js | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/core.js b/src/core.js index e56394bf6..2fa9d8b88 100644 --- a/src/core.js +++ b/src/core.js @@ -26,9 +26,6 @@ var jQuery = function( selector, context ) { trimLeft = /^\s+/, trimRight = /\s+$/, - // Check for digits - rdigit = /\d/, - // Match a standalone tag rsingleTag = /^<(\w+)\s*\/?>(?:<\/\1>)?$/, |