Commit 75f308be authored by Taddeüs Kroes's avatar Taddeüs Kroes

Removed sorting comparator, default seems better

parent 7bca830d
...@@ -44,7 +44,7 @@ Program = Backbone.Model.extend( ...@@ -44,7 +44,7 @@ Program = Backbone.Model.extend(
ChannelList = Backbone.Collection.extend( ChannelList = Backbone.Collection.extend(
model: Channel 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: -> fetch: ->
@reset(CHANNELS) @reset(CHANNELS)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment