Changed updateView, now only buildMap on demand

This commit is contained in:
Wu Cheng-Han 2015-09-25 18:20:06 +08:00
parent bb13a98c13
commit 4725415acd

View file

@ -1739,7 +1739,7 @@ function updateViewInner() {
smoothHashScroll(); smoothHashScroll();
isDirty = false; isDirty = false;
clearMap(); clearMap();
buildMap(); //buildMap();
var updateHistoryDebounce = 600; var updateHistoryDebounce = 600;