summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpabs@pablotron.org <pabs@pablotron.org>2014-12-18 02:23:38 -0500
committerpabs@pablotron.org <pabs@pablotron.org>2014-12-18 02:23:38 -0500
commit78d5f30bbdcf0a1b02d3420cd85d630f25eaa654 (patch)
treeeb4248dcab5a818b8d80d621b66f4416683b1a39
parent98f8182d93bf037cbd2257c80dc62fc47d4bc00b (diff)
downloadluigi-template-78d5f30bbdcf0a1b02d3420cd85d630f25eaa654.tar.bz2
luigi-template-78d5f30bbdcf0a1b02d3420cd85d630f25eaa654.zip
s/md/m/
-rw-r--r--luigi-template.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/luigi-template.js b/luigi-template.js
index 3214143..5324bdd 100644
--- a/luigi-template.js
+++ b/luigi-template.js
@@ -239,7 +239,7 @@ LuigiTemplate = (function() {
r.push({
name: m[1],
- args: trim(md[2]).split(RES.delim_args)
+ args: trim(m[2]).split(RES.delim_args)
});
});