diff options
author | pabs@pablotron.org <pabs@pablotron.org> | 2014-12-18 02:23:38 -0500 |
---|---|---|
committer | pabs@pablotron.org <pabs@pablotron.org> | 2014-12-18 02:23:38 -0500 |
commit | 78d5f30bbdcf0a1b02d3420cd85d630f25eaa654 (patch) | |
tree | eb4248dcab5a818b8d80d621b66f4416683b1a39 /luigi-template.js | |
parent | 98f8182d93bf037cbd2257c80dc62fc47d4bc00b (diff) | |
download | luigi-template-78d5f30bbdcf0a1b02d3420cd85d630f25eaa654.tar.bz2 luigi-template-78d5f30bbdcf0a1b02d3420cd85d630f25eaa654.zip |
s/md/m/
Diffstat (limited to 'luigi-template.js')
-rw-r--r-- | luigi-template.js | 2 |
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) }); }); |