Skip to content

Commit

Permalink
adminbar: Sort timings collection by start time.
Browse files Browse the repository at this point in the history
  • Loading branch information
chromakode committed Mar 21, 2013
1 parent 4a64516 commit d4e3d29
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions r2/r2/public/static/js/adminbar.js
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit d4e3d29

Please sign in to comment.