Fix Map#perform

This commit is contained in:
John Firebaugh
2012-11-25 22:44:08 -04:00
parent 80e208d2b7
commit 5a0c290196
+1 -1
View File
@@ -451,7 +451,7 @@ iD.Map = function(elem, connection) {
function perform(action) {
history.perform(action);
map.update();
update();
}
function _do(operation) {