mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-01-28 16:28:01 -05:00
adminbar: Allow multiple timings with the same key.
This commit is contained in:
@@ -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')
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user