scratch – Diff between revs 58 and 125

Subversion Repositories:
Rev:
Only display areas with differencesIgnore whitespace
Rev 58 Rev 125
1 define( [ 1 define([
2 "./core", 2 "./core",
3 "./selector", 3 "./selector",
4 "./traversing", 4 "./traversing",
5 "./callbacks", 5 "./callbacks",
6 "./deferred", 6 "./deferred",
7 "./deferred/exceptionHook", -  
8 "./core/ready", 7 "./core/ready",
9 "./data", 8 "./data",
10 "./queue", 9 "./queue",
11 "./queue/delay", 10 "./queue/delay",
12 "./attributes", 11 "./attributes",
13 "./event", 12 "./event",
14 "./event/alias", 13 "./event/alias",
15 "./event/focusin", -  
16 "./manipulation", 14 "./manipulation",
17 "./manipulation/_evalUrl", 15 "./manipulation/_evalUrl",
18 "./wrap", 16 "./wrap",
19 "./css", 17 "./css",
20 "./css/hiddenVisibleSelectors", 18 "./css/hiddenVisibleSelectors",
21 "./serialize", 19 "./serialize",
22 "./ajax", 20 "./ajax",
23 "./ajax/xhr", 21 "./ajax/xhr",
24 "./ajax/script", 22 "./ajax/script",
25 "./ajax/jsonp", 23 "./ajax/jsonp",
26 "./ajax/load", 24 "./ajax/load",
27 "./event/ajax", 25 "./event/ajax",
28 "./effects", 26 "./effects",
29 "./effects/animatedSelector", 27 "./effects/animatedSelector",
30 "./offset", 28 "./offset",
31 "./dimensions", 29 "./dimensions",
32 "./deprecated", 30 "./deprecated",
33 "./exports/amd", 31 "./exports/amd",
34 "./exports/global" 32 "./exports/global"
35 ], function( jQuery ) { 33 ], function( jQuery ) {
36   -  
37 "use strict"; -  
38   34  
39 return jQuery; 35 return jQuery;
40   36  
41 } ); 37 });
42   38