mirror of
https://github.com/FoggedLens/iD.git
synced 2026-03-07 11:51:35 +00:00
Eliminate temporary
This commit is contained in:
@@ -32,8 +32,7 @@ iD.Graph.prototype = {
|
||||
replace: function(entity, annotation) {
|
||||
var entities = _.clone(this.entities);
|
||||
entities[entity.id] = entity;
|
||||
var g = iD.Graph(entities, annotation);
|
||||
return g;
|
||||
return iD.Graph(entities, annotation);
|
||||
},
|
||||
|
||||
remove: function(entity, annotation) {
|
||||
|
||||
Reference in New Issue
Block a user