Merge branch 'master' of git://github.com/systemed/iD into tagging-merge

This commit is contained in:
Tom MacWright
2012-10-17 20:35:18 -04:00

View File

@@ -6,7 +6,7 @@ iD.Entity = function() {
this._id = iD.Util.id();
this.connection = null;
// The ID in OSM terms
this.id = NaN;
this.id = NaN;
this.loaded = false;
this.entityType = '';
this.modified = false;