Remove outdated comment

This commit is contained in:
John Firebaugh
2013-03-05 19:52:17 -08:00
parent 1702f7a95d
commit dbe3020877
-6
View File
@@ -40,12 +40,6 @@ _.extend(iD.Way.prototype, {
return this.nodes.length > 0 && this.first() === this.last();
},
// a way is an area if:
//
// - area=yes
// - closed and
// - doesn't have area=no
// - doesn't have highway tag
isArea: function() {
if (this.tags.area === 'yes')
return true;