You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
40 lines
622 B
40 lines
622 B
define( [ |
|
"./core", |
|
"./selector", |
|
"./traversing", |
|
"./callbacks", |
|
"./deferred", |
|
"./deferred/exceptionHook", |
|
"./core/ready", |
|
"./data", |
|
"./queue", |
|
"./queue/delay", |
|
"./attributes", |
|
"./event", |
|
"./event/focusin", |
|
"./manipulation", |
|
"./manipulation/_evalUrl", |
|
"./wrap", |
|
"./css", |
|
"./css/hiddenVisibleSelectors", |
|
"./serialize", |
|
"./ajax", |
|
"./ajax/xhr", |
|
"./ajax/script", |
|
"./ajax/jsonp", |
|
"./ajax/load", |
|
"./event/ajax", |
|
"./effects", |
|
"./effects/animatedSelector", |
|
"./offset", |
|
"./dimensions", |
|
"./deprecated", |
|
"./exports/amd", |
|
"./exports/global" |
|
], function( jQuery ) { |
|
|
|
"use strict"; |
|
|
|
return jQuery; |
|
|
|
} );
|
|
|