diff options
author | pabs@pablotron.org <pabs@pablotron.org> | 2014-12-18 02:11:50 -0500 |
---|---|---|
committer | pabs@pablotron.org <pabs@pablotron.org> | 2014-12-18 02:11:50 -0500 |
commit | f86aa9c2582a3448c7f954ebd20b23cbe3a96995 (patch) | |
tree | dd1c33b7d38d522954133c0347d51156306bab50 /luigi-template.js | |
parent | 367c94caf6c719621da77a9b47e98b9945d34aa9 (diff) | |
download | luigi-template-f86aa9c2582a3448c7f954ebd20b23cbe3a96995.tar.bz2 luigi-template-f86aa9c2582a3448c7f954ebd20b23cbe3a96995.zip |
strip whitespace
Diffstat (limited to 'luigi-template.js')
-rw-r--r-- | luigi-template.js | 4 |
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() { '<': '<', '&': '&' }; - + 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)) |