commiting uncommited changes on live site
[weblabels.fsf.org.git] / crm.fsf.org / 20131203 / files / sites / all / modules-new / civicrm / bower_components / jquery / src / jquery.js
1 define([
2 "./core",
3 "./selector",
4 "./traversing",
5 "./callbacks",
6 "./deferred",
7 "./core/ready",
8 "./support",
9 "./data",
10 "./queue",
11 "./queue/delay",
12 "./attributes",
13 "./event",
14 "./event/alias",
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 "./exports/global"
34 ], function( jQuery ) {
35
36 return jQuery;
37
38 });