mirror of
https://github.com/kbparagua/paloma
synced 2023-03-27 23:21:17 -04:00
New templates
This commit is contained in:
parent
8089145cfa
commit
c02a455af5
8 changed files with 4 additions and 36 deletions
|
@ -1,2 +0,0 @@
|
|||
//= require ./_local.js
|
||||
//= require_tree .
|
|
@ -1,3 +0,0 @@
|
|||
Paloma.callbacks['namespace/controller'] = {};
|
||||
|
||||
Paloma.namespace.controller = { /* Put local variables and functions here */ };
|
|
@ -1,2 +0,0 @@
|
|||
//= require ./_local.js
|
||||
//= require ./controller/_callbacks.js
|
|
@ -1 +0,0 @@
|
|||
Paloma.namespace = { /* Put local variables and functions here */ };
|
|
@ -1,4 +0,0 @@
|
|||
Paloma.callbacks['controller']['action'] = function(params)
|
||||
{
|
||||
|
||||
};
|
|
@ -1 +1,3 @@
|
|||
//= require ./paloma.js
|
||||
//= require paloma_core.js
|
||||
//= require ./_locals.js
|
||||
//= require ./_filters.js
|
|
@ -1,22 +0,0 @@
|
|||
window.Paloma = {callbacks:{}};
|
||||
|
||||
Paloma.g = {
|
||||
|
||||
/*
|
||||
Put here global code that can be used by all callbacks,
|
||||
regardless which folder they're from.
|
||||
|
||||
Example:
|
||||
|
||||
variableName: value;
|
||||
|
||||
functionName: function(params){
|
||||
alert('Paloma');
|
||||
};
|
||||
|
||||
To use the variable and function:
|
||||
Paloma.g.variableName
|
||||
Paloma.g.functionName(params);
|
||||
*/
|
||||
|
||||
};
|
|
@ -1,2 +1,2 @@
|
|||
//= require ./_locals.js
|
||||
//= require_tree .
|
||||
//= require_tree .
|
Loading…
Add table
Add a link
Reference in a new issue