mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-13 01:02:58 +00:00
Merge branch 'master' of git://github.com/systemed/iD into tagging-merge
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user