summaryrefslogtreecommitdiff
path: root/luigi-template.js
diff options
context:
space:
mode:
Diffstat (limited to 'luigi-template.js')
-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)
});
});