#560 prevent scroll on next redraw if onunload calls preventDefault

This commit is contained in:
Leo Horie 2015-04-14 21:51:56 -04:00
parent ce883b4089
commit e7992553d9

View file

@ -599,6 +599,7 @@ var m = (function app(window, undefined) {
endFirstComputation();
return controllers[index]
}
else computePostRedrawHook = null
};
var redrawing = false
m.redraw = function(force) {