Commit 58af1944 authored by Taddeüs Kroes's avatar Taddeüs Kroes

Commented debug line

parent 59adfe9c
...@@ -53,8 +53,8 @@ ChannelList = Backbone.Collection.extend( ...@@ -53,8 +53,8 @@ ChannelList = Backbone.Collection.extend(
#@fetchPrograms(0) #@fetchPrograms(0)
fetch: -> fetch: ->
@reset(CHANNELS.slice(0,3))
@reset(CHANNELS) @reset(CHANNELS)
#@reset(CHANNELS.slice(0,3))
#$.getJSON('channels.php', (data) => @reset(data)) #$.getJSON('channels.php', (data) => @reset(data))
fetchVisible: -> fetchVisible: ->
......
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