(function(){ // Initializes callbacks container for the this specific scope. Paloma.callbacks[':controller_path'] = {}; // Initializes locals container for this specific scope. // Define a local by adding property to 'locals'. // // Example: // locals.localMethod = function(){}; var locals = Paloma.locals[':controller_path'] = {}; // ~> Start local definitions here and remove this line. // Remove this line if you don't want to inherit locals defined // on parent's _locals.js Paloma.inheritLocals({from : ':parent', to : ':controller_path'}); })();