Skip to content

Instantly share code, notes, and snippets.

@skabbes
Created December 4, 2013 01:12
Show Gist options
  • Save skabbes/7780664 to your computer and use it in GitHub Desktop.
Save skabbes/7780664 to your computer and use it in GitHub Desktop.
iced coffeescript -> javascript
search = (query, callback) ->
await doSearchQuery, defer searchResult
callback(null, searchResult)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment