forked from cjolif/dojo-todo-app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdemo.profile.js
executable file
·50 lines (49 loc) · 1.22 KB
/
demo.profile.js
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
dependencies = {
layers: [
{
name: "../demos/todoMvcApp/src.js",
resourceName: "demos.todoMvcApp.src",
dependencies: [
"dojox/mobile/_base",
"dojox/mobile/_compat",
"dojox/mobile/TabBar",
"dojox/mobile/RoundRect",
"dojox/mobile/TabBarButton",
"dojox/mobile/TextBox",
"dojox/mobile/TextArea",
"dojox/mobile/CheckBox",
"dojox/mobile/ExpandingTextArea",
"dojox/mobile/Button",
"dojox/mobile/RoundRect",
"dojox/mobile/Heading",
"dojox/mobile/ListItem",
"dojox/mobile/RoundRectList",
"dojox/mobile/RoundRectCategory",
"dojox/mobile/Switch",
"dojox/mobile/SimpleDialog",
"dojox/mobile/DatePicker",
"dojox/mobile/Opener",
"dojox/mobile/SpinWheelDatePicker",
"dojo/date/stamp",
"dojox/app/widgets/Container",
"dojo/store/Memory",
"dojo/data/ItemFileWriteStore",
"dojo/store/DataStore",
"dojox/app/utils/mvcModel",
"dojox/mvc/EditStoreRefListController",
"dojox/mvc/Repeat",
"dojox/mvc/Group",
"dojox/mvc/WidgetList",
"dojox/mvc/Output",
"dojox/mvc/at",
"dojox/app/main",
"demos.todoMvcApp.src"
]
}
],
prefixes: [
[ "dijit", "../dijit" ],
[ "dojox", "../dojox" ],
[ "demos", "../demos" ]
]
}