|
22
|
1 |
// |
|
|
2 |
// Config file. Split out from the app for ease of overlaying a new config |
|
|
3 |
// without affecting the app controller. |
|
|
4 |
// |
|
|
5 |
// Copyright (c) The Dojo Foundation 2011. All Rights Reserved. |
|
|
6 |
// |
|
|
7 |
var dojoConfig = { |
|
|
8 |
baseUrl: '/renkan', |
|
|
9 |
async:true, |
|
|
10 |
paths : { |
|
|
11 |
coweb : 'lib/coweb', |
|
|
12 |
cowebx: 'lib/cowebx', |
|
45
|
13 |
org : 'lib/org', |
|
|
14 |
corenkan: 'js/corenkan', |
|
22
|
15 |
}, |
|
45
|
16 |
/*packages:[{ |
|
22
|
17 |
name: 'dojo', |
|
45
|
18 |
location:'lib/dojo', |
|
22
|
19 |
main:'main' |
|
|
20 |
}, |
|
|
21 |
{ |
|
|
22 |
name: 'dijit', |
|
45
|
23 |
location:'lib/dijit', |
|
22
|
24 |
main:'main' |
|
|
25 |
}, |
|
|
26 |
{ |
|
|
27 |
name: 'dojox', |
|
45
|
28 |
location:'lib/dojox', |
|
22
|
29 |
main:'main' |
|
|
30 |
}]*/ |
|
|
31 |
}; |
|
|
32 |
|