aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpabs@pablotron.org <pabs@pablotron.org>2014-12-18 02:11:50 -0500
committerpabs@pablotron.org <pabs@pablotron.org>2014-12-18 02:11:50 -0500
commitf86aa9c2582a3448c7f954ebd20b23cbe3a96995 (patch)
treedd1c33b7d38d522954133c0347d51156306bab50
parent367c94caf6c719621da77a9b47e98b9945d34aa9 (diff)
downloadluigi-template-f86aa9c2582a3448c7f954ebd20b23cbe3a96995.tar.bz2
luigi-template-f86aa9c2582a3448c7f954ebd20b23cbe3a96995.zip
strip whitespace
-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))