diff options
Diffstat (limited to 'src/exports/global.js')
-rw-r--r-- | src/exports/global.js | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/exports/global.js b/src/exports/global.js index d96cc4d93..5d4d050fe 100644 --- a/src/exports/global.js +++ b/src/exports/global.js @@ -1,7 +1,3 @@ -define([ - "../core" -], function( jQuery ) { - var // Map over jQuery in case of overwrite _jQuery = window.jQuery, @@ -27,5 +23,3 @@ jQuery.noConflict = function( deep ) { if ( !noGlobal ) { window.jQuery = window.$ = jQuery; } - -}); |