Blame view

bower_components/jquery/src/jquery.js 574 Bytes
c5169e0e   Renato De Donato   a new hope
1
  define([
74249687   Luigi Serra   Cross browser con...
2
3
4
5
6
7
8
9
10
11
12
13
  	"./core",
  	"./selector",
  	"./traversing",
  	"./callbacks",
  	"./deferred",
  	"./core/ready",
  	"./data",
  	"./queue",
  	"./queue/delay",
  	"./attributes",
  	"./event",
  	"./event/alias",
74249687   Luigi Serra   Cross browser con...
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
  	"./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",
c5169e0e   Renato De Donato   a new hope
31
32
  	"./exports/amd",
  	"./exports/global"
74249687   Luigi Serra   Cross browser con...
33
34
  ], function( jQuery ) {
  
c5169e0e   Renato De Donato   a new hope
35
  return jQuery;
74249687   Luigi Serra   Cross browser con...
36
  
c5169e0e   Renato De Donato   a new hope
37
  });