diff options
author | Dave Methvin <dave.methvin@gmail.com> | 2012-11-07 19:42:10 -0500 |
---|---|---|
committer | Dave Methvin <dave.methvin@gmail.com> | 2012-11-07 20:12:03 -0500 |
commit | 6b14cef7a85d22d979266a754b2a279ecd636b24 (patch) | |
tree | 12f5fea8d67c639ce98a137252d02d2182bd7bc1 /src/core.js | |
parent | 0ee94159023bebe1992c5281d0f4778b4f75ff0d (diff) | |
download | jquery-6b14cef7a85d22d979266a754b2a279ecd636b24.tar.gz jquery-6b14cef7a85d22d979266a754b2a279ecd636b24.zip |
Remove APIs now in jquery-compat
Diffstat (limited to 'src/core.js')
-rw-r--r-- | src/core.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core.js b/src/core.js index 53b844d59..1b566c479 100644 --- a/src/core.js +++ b/src/core.js @@ -8,7 +8,6 @@ var // Use the correct document accordingly with window argument (sandbox) document = window.document, location = window.location, - navigator = window.navigator, // Map over jQuery in case of overwrite _jQuery = window.jQuery, |