Created
June 30, 2014 08:53
-
-
Save michaelcarter/f34bd4509fee58db8362 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@fetch | |
success: (collection, response, options) -> | |
# Do some stuff on success | |
error: (collection, response, options) -> | |
# Do some sfucc on error |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@staticUpgrades.fetch (collection) -> is how it's being called atm