Placate jshint

This commit is contained in:
John Firebaugh
2014-01-03 12:51:33 -08:00
parent d381812f96
commit a6a6cd77f9
+1 -1
View File
@@ -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;
}