simonpoole/beautified-JOSM-preset

Incorrect change at item "Set to disused"?

Closed this issue · 1 comments

In this commit you changed if (objects[i].equals(key)) { to if (objects[i].equalckey)) {.

Was this perhaps an unintentional change?

Unluckily it is not really practical to check the JS in CI so any such brokeness really can only be detected in actual use.