forked from bitovi/jquerypp
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlib.js
More file actions
26 lines (26 loc) · 618 Bytes
/
lib.js
File metadata and controls
26 lines (26 loc) · 618 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
steal("jquery",
"jquerypp/dom/animate",
"jquerypp/dom/compare",
"jquerypp/dom/cookie",
"jquerypp/dom/dimensions",
"jquerypp/dom/form_params",
"jquerypp/dom/range",
"jquerypp/dom/selection",
"jquerypp/dom/styles",
"jquerypp/dom/within",
"jquerypp/event/default",
"jquerypp/event/destroyed",
"jquerypp/event/drag",
'jquerypp/event/drag/limit',
'jquerypp/event/drag/scroll',
'jquerypp/event/drag/step',
"jquerypp/event/drop",
"jquerypp/event/fastfix",
"jquerypp/event/hover",
"jquerypp/event/key",
"jquerypp/event/pause",
"jquerypp/event/resize",
"jquerypp/event/swipe",
function($) {
return $;
});