mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-31 20:21:36 +02:00
fix eslint warning
This commit is contained in:
@@ -77,13 +77,14 @@ export function operationSplit(context, selectedIDs) {
|
||||
return t('operations.split.annotation.' + _geometry, { n: _ways.length });
|
||||
};
|
||||
|
||||
|
||||
operation.icon = function() {
|
||||
if (_waysAmount === 'multiple') {
|
||||
return '#iD-operation-split-multiple';
|
||||
} else {
|
||||
return '#iD-operation-split';
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
operation.id = 'split';
|
||||
|
||||
Reference in New Issue
Block a user