mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-13 01:02:58 +00: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) {
|
||||
|
||||
@@ -170,7 +170,7 @@ export function uiSuccess(context) {
|
||||
// Resolve strings
|
||||
const localizer = (stringID) => t.html(`community.${stringID}`);
|
||||
resource.resolved = resolveStrings(resource, oci.defaults, localizer);
|
||||
|
||||
|
||||
communities.push({
|
||||
area: area,
|
||||
order: resource.order || 0,
|
||||
|
||||
Reference in New Issue
Block a user