瀏覽代碼

Commented debug line

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

+ 1 - 1
guide.coffee

@@ -53,8 +53,8 @@ ChannelList = Backbone.Collection.extend(
         #@fetchPrograms(0)
 
     fetch: ->
-        @reset(CHANNELS.slice(0,3))
         @reset(CHANNELS)
+        #@reset(CHANNELS.slice(0,3))
         #$.getJSON('channels.php', (data) => @reset(data))
 
     fetchVisible: ->