Sha256: dd0b1f9064a955a4536e78026b16cd4725f16332e1e95c896c4348d6b404ff5c
Contents?: true
Size: 453 Bytes
Versions: 7
Compression:
Stored size: 453 Bytes
Contents
(function(){ // Initializes locals container for this specific scope. // Define a local by adding property to 'locals'. // // Example: // locals.localMethod = function(){}; var locals = Paloma.locals[':namespace'] = {}; // ~> 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 : '/', to : ':namespace'}); })();
Version data entries
7 entries across 7 versions & 1 rubygems