mirror of
https://github.com/jquery/jquery.git
synced 2026-02-04 01:24:58 -05:00
Build: fix tests in AMD mode
This commit is contained in:
5
src/jquery.js
vendored
5
src/jquery.js
vendored
@@ -29,10 +29,9 @@ define([
|
||||
"./offset",
|
||||
"./dimensions",
|
||||
"./deprecated",
|
||||
"./exports/amd",
|
||||
"./exports/global"
|
||||
"./exports/amd"
|
||||
], function( jQuery ) {
|
||||
|
||||
return jQuery;
|
||||
return (window.jQuery = window.$ = jQuery);
|
||||
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user