mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-12 16:52:50 +00:00
change variables for better readability, closes #11022
This commit is contained in:
@@ -589,9 +589,9 @@ export default {
|
||||
});
|
||||
|
||||
// imageChanged: called after the viewer has changed images and is ready.
|
||||
function imageChanged(node) {
|
||||
function imageChanged(photo) {
|
||||
this.resetTags();
|
||||
const image = node.image;
|
||||
const image = photo.image;
|
||||
this.setActiveImage(image);
|
||||
this.setStyles(context, null);
|
||||
const loc = [image.originalLngLat.lng, image.originalLngLat.lat];
|
||||
|
||||
Reference in New Issue
Block a user