aboutsummaryrefslogtreecommitdiff
path: root/luigi-template.js
diff options
context:
space:
mode:
Diffstat (limited to 'luigi-template.js')
-rw-r--r--luigi-template.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/luigi-template.js b/luigi-template.js
index 2f6e931..09cbc39 100644
--- a/luigi-template.js
+++ b/luigi-template.js
@@ -169,7 +169,7 @@ LuigiTemplate = (function() {
'<': '&lt;',
'&': '&amp;'
};
-
+
return function(v) {
if (v === undefined || v === null)
return '';
@@ -304,7 +304,7 @@ LuigiTemplate = (function() {
T.DOMCache = function() {
this.cache = {};
};
-
+
// domcache run method
T.DOMCache.prototype.run = function(key, args) {
if (!(key in this.cache))