X-Git-Url: http://git.asbjorn.it/?a=blobdiff_plain;f=src%2Fcore.js;h=59a89d2d29506ffda41c181cbc7819a8c6795b7b;hb=ae6655bcb6d852b79df2ddc5545832c5d08936f4;hp=edd2c94d891a76e173f4975521540cf297b57146;hpb=cbf591152c9f61381e552c9a15bb7c339f1451a9;p=jquery.git diff --git a/src/core.js b/src/core.js index edd2c94..59a89d2 100644 --- a/src/core.js +++ b/src/core.js @@ -1034,11 +1034,6 @@ function doScrollCheck() { jQuery.ready(); } -// Expose jQuery as an Asynchronous Module -if ( typeof define === "function" ) { - define( "jquery", [], function () { return jQuery; } ); -} - // Expose jQuery to the global object return (window.jQuery = window.$ = jQuery);