Fix modifications regression

This commit is contained in:
Tom MacWright
2012-11-26 10:28:34 -05:00
parent 21e5037d78
commit 7c16dfa6e9
+1 -1
View File
@@ -87,7 +87,7 @@ iD.Graph.prototype = {
},
modifications: function() {
_.filter(this.entities, function(entity) {
return _.filter(this.entities, function(entity) {
return entity.modified;
});
}