diff options
-rw-r--r-- | src/core.js | 1 | ||||
-rw-r--r-- | src/outro.js | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/src/core.js b/src/core.js index 3a32d6f0c..2c27bf7cc 100644 --- a/src/core.js +++ b/src/core.js @@ -923,7 +923,6 @@ function doScrollCheck() { jQuery.ready(); } -// Expose jQuery to the global object return jQuery; })(); diff --git a/src/outro.js b/src/outro.js index 32b0d0878..b49305e72 100644 --- a/src/outro.js +++ b/src/outro.js @@ -1,2 +1,3 @@ +// Expose jQuery to the global object window.jQuery = window.$ = jQuery; })(window); |