Skip to content

Instantly share code, notes, and snippets.

@andrewberls
Created July 30, 2012 20:16
Show Gist options
  • Save andrewberls/3209812 to your computer and use it in GitHub Desktop.
Save andrewberls/3209812 to your computer and use it in GitHub Desktop.
Nested functions
@fadeWith = (sound, duration) ->
return @ if !supported
@fadeOut duration, ->
@stop()
sound.play().fadeIn(duration)
return @
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment