mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-18 14:45:12 +02:00
pacify eslint
This commit is contained in:
@@ -66,7 +66,7 @@ export function actionReverse(wayID, options) {
|
||||
|
||||
// Turn lanes are left/right to key (not way) direction - #5674
|
||||
if (turn_lanes.test(key)) {
|
||||
return value
|
||||
return value;
|
||||
} else if (key === 'incline' && numeric.test(value)) {
|
||||
return value.replace(numeric, function(_, sign) { return sign === '-' ? '' : '-'; });
|
||||
} else if (options && options.reverseOneway && key === 'oneway') {
|
||||
|
||||
Reference in New Issue
Block a user