Remove control character

This commit is contained in:
Richard Fairhurst
2012-10-17 17:41:37 +01:00
parent ef132584b1
commit fe0a4cf470

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;