瀏覽代碼

Removed sorting comparator, default seems better

Taddeus Kroes 12 年之前
父節點
當前提交
75f308be28
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      guide.coffee

+ 1 - 1
guide.coffee

@@ -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)