nexus site path corrected
[portal.git] / ecomp-portal-FE / client / bower_components / jquery / src / jquery.js
1 define( [
2         "./core",
3         "./selector",
4         "./traversing",
5         "./callbacks",
6         "./deferred",
7         "./core/ready",
8         "./data",
9         "./queue",
10         "./queue/delay",
11         "./attributes",
12         "./event",
13         "./event/alias",
14         "./event/focusin",
15         "./manipulation",
16         "./manipulation/_evalUrl",
17         "./wrap",
18         "./css",
19         "./css/hiddenVisibleSelectors",
20         "./serialize",
21         "./ajax",
22         "./ajax/xhr",
23         "./ajax/script",
24         "./ajax/jsonp",
25         "./ajax/load",
26         "./event/ajax",
27         "./effects",
28         "./effects/animatedSelector",
29         "./offset",
30         "./dimensions",
31         "./deprecated",
32         "./exports/amd"
33 ], function( jQuery ) {
34
35 return ( window.jQuery = window.$ = jQuery );
36
37 } );