forked from troopjs/troopjs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmaxi.js
More file actions
26 lines (26 loc) · 724 Bytes
/
maxi.js
File metadata and controls
26 lines (26 loc) · 724 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
define([
"./mini",
"troopjs-compose/decorator/after",
"troopjs-compose/decorator/around",
"troopjs-compose/decorator/before",
"troopjs-compose/decorator/extend",
"troopjs-compose/decorator/from",
"troopjs-log/sink/console",
"troopjs-log/sink/forward",
"troopjs-log/sink/null",
"troopjs-opt/pubsub/proxy/to1x",
"troopjs-opt/pubsub/proxy/to2x",
"troopjs-opt/route/gadget",
"troopjs-opt/store/component",
"troopjs-net/ajax/service",
"troopjs-data/cache/component",
"troopjs-data/cache/service",
"troopjs-data/query/service",
"troopjs-dom/hash/widget",
"troopjs-dom/loom/plugin",
"troopjs-requirejs/multiversion",
"troopjs-requirejs/shadow",
"troopjs-requirejs/json"
], function (mini) {
return mini;
});