/* Project specific configuration */ djConfig = { usePlainJson: true }; djConfig.debugBoot = location.search.indexOf("debug") >=0; djConfig.popup = location.search.indexOf("popup") >= 0; djConfig.isDebug = djConfig.debugBoot || djConfig.popup; if (djConfig.isDebug) { djConfig.debugBase = true; djConfig.noFirebugLite = false; } wm = {}; wm.libPath = "/wavemaker/lib/"; wm.images = wm.libPath + "wm/base/widget/themes/default/images/"; wm.dojoPath = djConfig.debugBoot ? "../../" : "../"; wm.logging = (location.search.indexOf("logging") >= 0);