fix whitespace

This commit is contained in:
Vladimir Agafonkin
2013-11-22 00:35:34 +02:00
parent dab1fa8eaf
commit 33e88ea657
+1 -1
View File
@@ -73,7 +73,7 @@ iD.ui.Attribution = function(context) {
.on('change.attribution', update);
context.map()
.on('move.attribution', _.throttle(update, 400, {leading: false}));
.on('move.attribution', _.throttle(update, 400, {leading: false}));
update();
};