simonpoole / beautified-JOSM-preset

Improved version of the JOSM presets
http://simonpoole.github.io/beautified-JOSM-preset
Other
58 stars 25 forks source link

Incorrect change at item "Set to disused"? #450

Closed jajajaneeneenee closed 6 months ago

jajajaneeneenee commented 6 months ago

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

Was this perhaps an unintentional change?

simonpoole commented 6 months ago

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