diff options
author | Alex Sexton <AlexSexton@gmail.com> | 2011-01-23 21:19:33 -0600 |
---|---|---|
committer | Alex Sexton <AlexSexton@gmail.com> | 2011-01-23 21:19:33 -0600 |
commit | c50b74372c398b0c85164ad01977c5118b55d418 (patch) | |
tree | c14f176556b158ab665336247d36a0016116048c /src/outro.js | |
parent | 02ca45573b8428f16e3eddb41f8fc50867bbda1b (diff) | |
download | jquery-c50b74372c398b0c85164ad01977c5118b55d418.tar.gz jquery-c50b74372c398b0c85164ad01977c5118b55d418.zip |
Moved jQuery global leak to end of file so accidental gEBCN overrides in prototype don't get caught up in confusion. Fixed tests to reference jQuery variable instead of $ (best practice). Fixes #8033
Diffstat (limited to 'src/outro.js')
-rw-r--r-- | src/outro.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/outro.js b/src/outro.js index 7773a74fd..32b0d0878 100644 --- a/src/outro.js +++ b/src/outro.js @@ -1 +1,2 @@ +window.jQuery = window.$ = jQuery; })(window); |