aboutsummaryrefslogtreecommitdiff
path: root/luigi-template.js
diff options
context:
space:
mode:
Diffstat (limited to 'luigi-template.js')
-rw-r--r--luigi-template.js5
1 files changed, 1 insertions, 4 deletions
diff --git a/luigi-template.js b/luigi-template.js
index 721b9ac..3214143 100644
--- a/luigi-template.js
+++ b/luigi-template.js
@@ -200,10 +200,7 @@ LuigiTemplate = (function() {
actions: /%\{\s*([^\s\|\}]+)\s*((\s*\|(\s*[^\s\|\}]+)+)*)\s*\}|([^%]|%)/g,
filter: /(\S+)((\s*\S+)*)\s*/g,
delim_filters: /\s*\|\s*/,
- delim_args: /\s+/,
-
- run: /%\{\s*(\w+)((\s*\|\s*\w+\s*(\([\w\s,-]+\))?)*)\}/g,
- old_filter: /(\w+)\s*(\(([\w\s,-]+)\))?/
+ delim_args: /\s+/
};
function parse_template(s) {