mirror of
https://github.com/jquery/jquery.git
synced 2026-02-02 07:55:21 -05:00
38
src/jquery.js
vendored
Normal file
38
src/jquery.js
vendored
Normal file
@@ -0,0 +1,38 @@
|
||||
define([
|
||||
"./core",
|
||||
"./selector",
|
||||
"./callbacks",
|
||||
"./deferred",
|
||||
"./core/ready",
|
||||
"./traversing",
|
||||
"./data",
|
||||
"./queue",
|
||||
"./queue/delay",
|
||||
"./attributes",
|
||||
"./event",
|
||||
"./event/alias",
|
||||
"./manipulation",
|
||||
"./manipulation/_evalUrl",
|
||||
"./wrap",
|
||||
"./css",
|
||||
"./css/hidden-visible-selectors",
|
||||
"./serialize",
|
||||
"./ajax",
|
||||
"./ajax/xhr",
|
||||
"./ajax/script",
|
||||
"./ajax/jsonp",
|
||||
"./ajax/load",
|
||||
"./effects",
|
||||
"./effects/animated-selector",
|
||||
"./offset",
|
||||
"./dimensions",
|
||||
"./support",
|
||||
"./deprecated"
|
||||
], function( jQuery ) {
|
||||
|
||||
// Expose jQuery and $ identifiers, even in
|
||||
// AMD (#7102#comment:10, https://github.com/jquery/jquery/pull/557)
|
||||
// and CommonJS for browser emulators (#13566)
|
||||
return (window.jQuery = window.$ = jQuery);
|
||||
|
||||
});
|
||||
Reference in New Issue
Block a user