From f1a5aa51588d59f1359ee2d334255fa14b7f009f Mon Sep 17 00:00:00 2001 From: "pabs@pablotron.org" Date: Tue, 30 Dec 2014 11:55:58 -0500 Subject: s/this/me/, bump to 0.4.1 --- js/luigi-template.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/luigi-template.js b/js/luigi-template.js index 5018b7b..516fc3f 100644 --- a/js/luigi-template.js +++ b/js/luigi-template.js @@ -63,7 +63,7 @@ LuigiTemplate = (function() { "use strict"; - var VERSION = '0.4.0'; + var VERSION = '0.4.1'; // Array.each polyfill var each = (function() { @@ -258,7 +258,7 @@ LuigiTemplate = (function() { throw new Error('missing key: ' + row.key) return reduce(row.filters, function(r, f) { - return this.filters[f.name](r, f.args, o, this); + return me.filters[f.name](r, f.args, o, me); }, o[row.key]); } else { /* never reached */ -- cgit v1.2.3