Merge pull request #265 from taylorhakes/unused-autoredraw-param
Removed unused group param from autoredraw
This commit is contained in:
commit
f704ca38dc
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