mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-14 21:28:11 +02:00
fix typo in flash module, make linter happy
This commit is contained in:
@@ -26,7 +26,7 @@ export function uiFeatureInfo(context) {
|
||||
return selection => {
|
||||
hiddenList.forEach(hiddenFeature => {
|
||||
selection.append('div').call(hiddenFeature);
|
||||
})
|
||||
});
|
||||
};
|
||||
});
|
||||
|
||||
|
||||
+1
-1
@@ -92,7 +92,7 @@ export function uiFlash(context) {
|
||||
if (typeof _ !== 'function') {
|
||||
_label = selection => selection.text(_);
|
||||
} else {
|
||||
_label = selection => s_;
|
||||
_label = selection => selection.text('').call(_);
|
||||
}
|
||||
return flash;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user