mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-18 06:35:20 +02:00
Placate jshint
This commit is contained in:
@@ -96,7 +96,7 @@ iD.presets.Preset = function(id, preset, fields) {
|
||||
// Add area=yes if necessary
|
||||
for (k in applyTags) {
|
||||
if (geometry === 'area' && !(k in iD.areaKeys))
|
||||
tags['area'] = 'yes';
|
||||
tags.area = 'yes';
|
||||
break;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user