| Rev | Line | |
|---|
| 1 | /* Project specific configuration */ |
|---|
| 2 | djConfig = { |
|---|
| 3 | usePlainJson: true |
|---|
| 4 | }; |
|---|
| 5 | |
|---|
| 6 | djConfig.debugBoot = location.search.indexOf("debug") >=0; |
|---|
| 7 | djConfig.popup = location.search.indexOf("popup") >= 0; |
|---|
| 8 | djConfig.isDebug = djConfig.debugBoot || djConfig.popup; |
|---|
| 9 | |
|---|
| 10 | if (djConfig.isDebug) { |
|---|
| 11 | djConfig.debugBase = true; |
|---|
| 12 | djConfig.noFirebugLite = false; |
|---|
| 13 | } |
|---|
| 14 | |
|---|
| 15 | wm = {}; |
|---|
| 16 | wm.libPath = "/wavemaker/lib/"; |
|---|
| 17 | wm.images = wm.libPath + "wm/base/widget/themes/default/images/"; |
|---|
| 18 | wm.dojoPath = djConfig.debugBoot ? "../../" : "../"; |
|---|
| 19 | wm.logging = (location.search.indexOf("logging") >= 0); |
|---|
Note: See
TracBrowser
for help on using the repository browser.