Merge remote-tracking branch 'origin/next' into next

This commit is contained in:
Leo Horie 2014-09-19 09:51:46 -04:00
commit 5d56955720
2 changed files with 125 additions and 132 deletions

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