mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-21 07:46:58 +02:00
fixed indentation
This commit is contained in:
@@ -106,9 +106,9 @@ export function uiFeatureList(context) {
|
||||
drawList();
|
||||
}
|
||||
|
||||
function stripWhitespace(val) {
|
||||
return val.split('').filter(char => char !== ' ').join('');
|
||||
}
|
||||
function stripWhitespace(val) {
|
||||
return val.split('').filter(char => char !== ' ').join('');
|
||||
}
|
||||
|
||||
function mapDrawn(e) {
|
||||
if (e.full) {
|
||||
|
||||
Reference in New Issue
Block a user