Revert "Register as a CommonJS async module if in that kind of environment. Fixes...
[jquery.git] / src / core.js
index edd2c94..59a89d2 100644 (file)
@@ -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);