mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-23 08:39:56 +02:00
minor trailing spaces
This commit is contained in:
@@ -599,7 +599,7 @@ export function rendererMap(context) {
|
||||
}
|
||||
|
||||
projection.transform(eventTransform);
|
||||
|
||||
|
||||
var withinEditableZoom = map.withinEditableZoom();
|
||||
if (_lastWithinEditableZoom !== withinEditableZoom) {
|
||||
if (_lastWithinEditableZoom !== undefined) {
|
||||
|
||||
Reference in New Issue
Block a user