From f86aa9c2582a3448c7f954ebd20b23cbe3a96995 Mon Sep 17 00:00:00 2001 From: "pabs@pablotron.org" Date: Thu, 18 Dec 2014 02:11:50 -0500 Subject: strip whitespace --- luigi-template.js | 4 ++-- 1 file 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)) -- cgit v1.2.3