activate sorting for repositories

This commit is contained in:
Sven Fuchs 2012-07-22 15:22:07 +02:00
parent 2015481329
commit 77bc90458e
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
Travis.RepositoriesController = Ember.ArrayController.extend
# sortProperties: ['sortOrder']
# sortAscending: false
sortProperties: ['sortOrder']
sortAscending: false
init: ->
@activate('recent')

File diff suppressed because one or more lines are too long