From 98f8182d93bf037cbd2257c80dc62fc47d4bc00b Mon Sep 17 00:00:00 2001
From: "pabs@pablotron.org" <pabs@pablotron.org>
Date: Thu, 18 Dec 2014 02:17:19 -0500
Subject: remove old regexes

---
 luigi-template.js | 5 +----
 1 file changed, 1 insertion(+), 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) {
-- 
cgit v1.2.3