Skip to content

Commit

Permalink
Fixed #16: Icons are sorted alphabetically.
Browse files Browse the repository at this point in the history
  • Loading branch information
TimPietrusky committed Dec 21, 2013
1 parent eb794a8 commit 8bffca0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/js/core/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@
},

toggleView : function() {
},

comparator: function (model) {
return model.get('name');
}
});

Expand Down

0 comments on commit 8bffca0

Please sign in to comment.