Skip to content
Snippets Groups Projects
Commit 75f308be authored by Taddeüs Kroes's avatar Taddeüs Kroes
Browse files

Removed sorting comparator, default seems better

parent 7bca830d
No related branches found
No related tags found
No related merge requests found
......@@ -44,7 +44,7 @@ Program = Backbone.Model.extend(
ChannelList = Backbone.Collection.extend(
model: Channel
comparator: (a, b) -> parseInt(a.get('id')) - parseInt(b.get('id'))
#comparator: (a, b) -> parseInt(a.get('id')) - parseInt(b.get('id'))
fetch: ->
@reset(CHANNELS)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment