equal
deleted
inserted
replaced
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', |
|
13 org : 'lib/org', |
|
14 corenkan: 'js/corenkan', |
|
15 }, |
|
16 /*packages:[{ |
|
17 name: 'dojo', |
|
18 location:'lib/dojo', |
|
19 main:'main' |
|
20 }, |
|
21 { |
|
22 name: 'dijit', |
|
23 location:'lib/dijit', |
|
24 main:'main' |
|
25 }, |
|
26 { |
|
27 name: 'dojox', |
|
28 location:'lib/dojox', |
|
29 main:'main' |
|
30 }]*/ |
|
31 }; |
|
32 |
|