From c50b74372c398b0c85164ad01977c5118b55d418 Mon Sep 17 00:00:00 2001 From: Alex Sexton Date: Sun, 23 Jan 2011 21:19:33 -0600 Subject: 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 --- src/outro.js | 1 + 1 file changed, 1 insertion(+) (limited to 'src/outro.js') 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); -- cgit v1.2.3