mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-20 23:44:47 +02:00
fix whitespace
This commit is contained in:
@@ -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();
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user