From 78d5f30bbdcf0a1b02d3420cd85d630f25eaa654 Mon Sep 17 00:00:00 2001 From: "pabs@pablotron.org" Date: Thu, 18 Dec 2014 02:23:38 -0500 Subject: s/md/m/ --- luigi-template.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) }); }); -- cgit v1.2.3