Skip to content

Commit

Permalink
adminbar: Allow multiple timings with the same key.
Browse files Browse the repository at this point in the history
  • Loading branch information
chromakode committed Mar 21, 2013
1 parent ab1fded commit 4a64516
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion r2/r2/public/static/js/adminbar.js
Expand Up @@ -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')
}
Expand Down

0 comments on commit 4a64516

Please sign in to comment.