diff options
author | John Resig <jeresig@gmail.com> | 2007-01-12 03:53:55 +0000 |
---|---|---|
committer | John Resig <jeresig@gmail.com> | 2007-01-12 03:53:55 +0000 |
commit | 39b0976e3ed605ec985a6171b059f20ad566808d (patch) | |
tree | 8a476d507c45b36d3b09f6062d115a8708ca8714 /src/outro.js | |
parent | 5b7f34d74bd78c97d86ae82f2899d0ce6d04b0c3 (diff) | |
download | jquery-39b0976e3ed605ec985a6171b059f20ad566808d.tar.gz jquery-39b0976e3ed605ec985a6171b059f20ad566808d.zip |
Removed unnecessary uses of typeof undefined.
Diffstat (limited to 'src/outro.js')
-rw-r--r-- | src/outro.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/outro.js b/src/outro.js index 92e105bba..5c34318c2 100644 --- a/src/outro.js +++ b/src/outro.js @@ -1 +1 @@ -} // close: if(typeof window.jQuery == "undefined") { +} |