Skip to content

Instantly share code, notes, and snippets.

@ActionScripted
Created October 24, 2013 14:28
Show Gist options
  • Save ActionScripted/7138283 to your computer and use it in GitHub Desktop.
Save ActionScripted/7138283 to your computer and use it in GitHub Desktop.
# Make sure we've got jQuery and curb explosions if we don't
if jQuery?
$ = jQuery
$ ->
$('h1').animate {
padding: '50px'
}, 1000, (e) ->
alert 'asdf'
true
# last line always returns, that breaks what we're doing
true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment