Skip to content

Instantly share code, notes, and snippets.

@bchase
Created August 1, 2014 07:23
Show Gist options
  • Save bchase/079baeeeb95037c5ed93 to your computer and use it in GitHub Desktop.
Save bchase/079baeeeb95037c5ed93 to your computer and use it in GitHub Desktop.
$('#audio').on 'pause', ->
$('#to')
.val @currentTime.toFixed(2)
.trigger 'update'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment