forked from bitovi/jquerypp
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtest.js
More file actions
23 lines (23 loc) · 807 Bytes
/
test.js
File metadata and controls
23 lines (23 loc) · 807 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
(function(){
steal(
// 'jquerypp/dom/animate/animate_test.js'
// , 'jquerypp/event/fastfix/fastfix_test.js'
'jquerypp/dom/compare/compare_test.js'
, 'jquerypp/dom/dimensions/dimensions_test.js'
, 'jquerypp/dom/form_params/form_params_test.js'
, 'jquerypp/dom/styles/styles_test.js'
, 'jquerypp/event/default/default_test.js'
, 'jquerypp/event/default/default_pause_test.js'
, 'jquerypp/event/destroyed/destroyed_test.js'
, 'jquerypp/event/drag/drag_test.js'
,'jquerypp/event/drop/drop_test.js'
, 'jquerypp/event/hover/hover_test.js'
, 'jquerypp/event/key/key_test.js'
, 'jquerypp/event/pause/pause_test.js'
, 'jquerypp/event/reverse/reverse_test.js'
, 'jquerypp/event/resize/resize_test.js'
, 'jquerypp/event/swipe/swipe_test.js'
, 'jquerypp/lang/lang_test.js'
, './qunit/jmvc.js'
);
})();