forked from bitovi/jquerypp
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.js
More file actions
30 lines (29 loc) · 709 Bytes
/
index.js
File metadata and controls
30 lines (29 loc) · 709 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
/*!
* jQuery++ - 2.0.2
* http://jquerypp.com
* Copyright (c) 2016 Bitovi
* Wed, 06 Apr 2016 00:03:57 GMT
* Licensed MIT
*/
/*jquerypp@2.0.2#index*/
define([
'jquery',
'./dom/animate/animate.js',
'./dom/compare/compare.js',
'./dom/cookie/cookie.js',
'./dom/form_params/form_params.js',
'./dom/range/range.js',
'./dom/selection/selection.js',
'./dom/within/within.js',
'./event/drag/drag.js',
'./event/drop/drop.js',
'./event/hover/hover.js',
'./event/key/key.js',
'./event/pause/pause.js',
'./event/removed/removed.js',
'./event/resize/resize.js',
'./event/swipe/swipe.js',
'./lang/vector/vector.js'
], function ($) {
return $;
});