mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-20 23:44:47 +02:00
Fix modifications regression
This commit is contained in:
@@ -87,7 +87,7 @@ iD.Graph.prototype = {
|
||||
},
|
||||
|
||||
modifications: function() {
|
||||
_.filter(this.entities, function(entity) {
|
||||
return _.filter(this.entities, function(entity) {
|
||||
return entity.modified;
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user