Skip to content

Instantly share code, notes, and snippets.

@osdrv
Created March 11, 2012 10:23
Show Gist options
  • Save osdrv/2015908 to your computer and use it in GitHub Desktop.
Save osdrv/2015908 to your computer and use it in GitHub Desktop.
onVideoStalled = () ->
this.pause()
this.play()
videos = document.querySelectorAll( "video")
for video in videos
video.addEventListener( "stalled", onVideoStalled, false )
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment