/* ## app-specific constants ## */

// the application root with preceding and trailing slashes - e.g. '/'
var APPLICATION_ROOT = '/shopping/';

// the relative url to the cross-domain proxy - ensure preceding slash
// NB this can be left blank if the gateway is residing in the same domain as the application, as no proxy server is required
var PROXY_RELATIVE_URL = '';

// debug mode - e.g. if a json / ajax operation errors, the user will be shown a js alert with error info
var IS_DEBUG = false;