mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-18 14:45:12 +02:00
Fix missing semi-colon
This commit is contained in:
@@ -130,7 +130,7 @@ export function uiSelectionList(context) {
|
||||
items.selectAll('.entity-name')
|
||||
.text(function(d) {
|
||||
// fetch latest entity
|
||||
var entity = context.entity(d.id)
|
||||
var entity = context.entity(d.id);
|
||||
return utilDisplayName(entity);
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user