(function(){ // Initializes locals container for the global scope. // All _locals.js file will inherit all locals here by default. // // Define a local by adding property to 'locals'. // // Example: // locals.localMethod = function(){}; var locals = Paloma.locals['/'] = {}; // ~> Start local definitions here and remove this line. })();