mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-19 23:14:47 +02:00
trailing spaces
This commit is contained in:
+2
-2
@@ -142,8 +142,8 @@ Object.assign(osmNode.prototype, {
|
||||
},
|
||||
|
||||
isCrossing: function(){
|
||||
return this.tags.highway === 'crossing' ||
|
||||
this.tags.railway && this.tags.railway.indexOf('crossing') !== -1;
|
||||
return this.tags.highway === 'crossing' ||
|
||||
this.tags.railway && this.tags.railway.indexOf('crossing') !== -1;
|
||||
},
|
||||
|
||||
isEndpoint: function(resolver) {
|
||||
|
||||
Reference in New Issue
Block a user