mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-01-28 16:28:01 -05:00
adminbar: Sort timings collection by start time.
This commit is contained in:
@@ -169,6 +169,7 @@ r.adminbar.Timings = Backbone.Collection.extend({
|
||||
return this.get('end') - this.get('start')
|
||||
}
|
||||
}),
|
||||
comparator: 'start',
|
||||
|
||||
initialize: function() {
|
||||
this.on('reset', this.calculate, this)
|
||||
|
||||
Reference in New Issue
Block a user