Blame view

app/bower_components/jquery/src/jquery.js 640 Bytes
87c93a029   Dang YoungWorld   add modal
1
  define( [
f986e111b   TRUONG   add libs
2
3
4
5
6
  	"./core",
  	"./selector",
  	"./traversing",
  	"./callbacks",
  	"./deferred",
87c93a029   Dang YoungWorld   add modal
7
  	"./deferred/exceptionHook",
f986e111b   TRUONG   add libs
8
  	"./core/ready",
f986e111b   TRUONG   add libs
9
10
11
12
13
14
  	"./data",
  	"./queue",
  	"./queue/delay",
  	"./attributes",
  	"./event",
  	"./event/alias",
87c93a029   Dang YoungWorld   add modal
15
  	"./event/focusin",
f986e111b   TRUONG   add libs
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
  	"./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 ) {
87c93a029   Dang YoungWorld   add modal
36
  "use strict";
f986e111b   TRUONG   add libs
37
  return jQuery;
87c93a029   Dang YoungWorld   add modal
38
  } );