summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpabs@pablotron.org <pabs@pablotron.org>2014-12-30 11:55:58 -0500
committerpabs@pablotron.org <pabs@pablotron.org>2014-12-30 11:55:58 -0500
commitf1a5aa51588d59f1359ee2d334255fa14b7f009f (patch)
tree4db9999b28fb9988cf97bd638689bdf00814cb3e
parentc78c54225cc5e51482dfa2d6960372c6aff67ea6 (diff)
downloadluigi-template-0.4.1.tar.bz2
luigi-template-0.4.1.zip
s/this/me/, bump to 0.4.1v0.4.1
-rw-r--r--js/luigi-template.js4
1 files 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 */