Removed unused group param from autoredraw
This commit is contained in:
parent
d80b898b98
commit
8f0a22f914
1 changed files with 1 additions and 1 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue