From 20318535911b183abd9131217dffc26108be27b4 Mon Sep 17 00:00:00 2001 From: "pabs@pablotron.org" Date: Thu, 18 Dec 2014 02:47:58 -0500 Subject: remove options parameter from init --- luigi-template.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/luigi-template.js b/luigi-template.js index e7e08b4..925b811 100644 --- a/luigi-template.js +++ b/luigi-template.js @@ -238,9 +238,8 @@ LuigiTemplate = (function() { return r; } - function init(s, o) { + function init(s) { this.s = s; - this.o = o; this.actions = parse_template(s); }; -- cgit v1.2.3