Skip to content

Commit

Permalink
If it's not documented it doesn't exist.
Browse files Browse the repository at this point in the history
  • Loading branch information
benbalter committed Apr 24, 2012
1 parent 6aacbc9 commit 61c0252
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/frontend/scripts/helpers.js.coffee
Expand Up @@ -64,6 +64,10 @@ play.renderStar = (id, starred) ->

# Queue or unqueue a song
#
# id - The ID of the song
# queued - The Boolean value of whether this song should be queued or not.
# 'true' means Add to Queue, 'false' means Remove from Queue
#
play.queue = (id, queued) ->
song = new Song({
id: id
Expand Down

0 comments on commit 61c0252

Please sign in to comment.