aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/src/main/coffee/dashboard/collections/widgets.coffee
blob: 5c2cee6d059b75c062c0e5dc7604a02e6fafa53b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
define [
  'dashboard/models/widget'
], (
  Widget
) ->

  class extends Backbone.Collection
    model: Widget


    comparator: (model) ->
      model.get('row')