From 5a0c2901962a3083572829a8f5638dd62bf62f13 Mon Sep 17 00:00:00 2001 From: John Firebaugh Date: Sun, 25 Nov 2012 22:44:08 -0400 Subject: [PATCH] Fix Map#perform --- js/iD/renderer/Map.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/iD/renderer/Map.js b/js/iD/renderer/Map.js index a8547c5e8..3f86aa911 100644 --- a/js/iD/renderer/Map.js +++ b/js/iD/renderer/Map.js @@ -451,7 +451,7 @@ iD.Map = function(elem, connection) { function perform(action) { history.perform(action); - map.update(); + update(); } function _do(operation) {