Removed unused group param from autoredraw

This commit is contained in:
Taylor Hakes 2014-09-19 00:17:31 -04:00
parent d80b898b98
commit 8f0a22f914

View file

@ -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")