adminbar: Allow multiple timings with the same key.

This commit is contained in:
Max Goodman
2013-03-12 14:26:41 -07:00
parent ab1fded8c2
commit 4a64516460

View File

@@ -165,7 +165,6 @@ r.adminbar.TimingBarGraph = Backbone.View.extend({
r.adminbar.Timings = Backbone.Collection.extend({
model: Backbone.Model.extend({
idAttribute: 'key',
duration: function() {
return this.get('end') - this.get('start')
}