فهرست منبع

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: ->