From 8f0a22f914b5cf25077ed0a387dd84eb002da0f5 Mon Sep 17 00:00:00 2001 From: Taylor Hakes Date: Fri, 19 Sep 2014 00:17:31 -0400 Subject: [PATCH] Removed unused group param from autoredraw --- mithril.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mithril.js b/mithril.js index c2326590..aa5c4751 100644 --- a/mithril.js +++ b/mithril.js @@ -359,7 +359,7 @@ Mithril = m = new function app(window, undefined) { } return flattened } - function autoredraw(callback, object, group) { + function autoredraw(callback, object) { return function(e) { e = e || event m.redraw.strategy("diff")