Skip to content

Commit

Permalink
update channels
Browse files Browse the repository at this point in the history
  • Loading branch information
ctide committed Apr 15, 2016
1 parent e6dd863 commit d321013
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/assets/javascripts/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@

var setupSchedule = function() {
App.Data.channels = new App.Collections.Channels([
{id: 1, name: 'Channel 1', videoId: '0-g994f5tS8'},
{id: 2, name: 'Channel 2', videoId: 'D7ImOXSKFpE'},
{id: 3, name: 'Channel 3', videoId: 'HC5sCm6Mg40'}
{id: 1, name: 'Channel 1', videoId: 'SjOLOfyn95U'},
{id: 2, name: 'Channel 2', videoId: 'PvHy7jNCfs0'},
{id: 3, name: 'Channel 3', videoId: 'xhMmH0AFwLc'}
])

App.Data.currentChannel = App.Data.channels.first();
Expand Down

0 comments on commit d321013

Please sign in to comment.