Skip to content

Commit

Permalink
Update docs ref
Browse files Browse the repository at this point in the history
  • Loading branch information
gehan committed Apr 28, 2013
1 parent dbf4808 commit bcdd01c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gruntfile.coffee
Expand Up @@ -59,4 +59,4 @@ module.exports = (grunt) ->
grunt.loadNpmTasks 'grunt-shell'

grunt.registerTask 'default', ['coffee', 'shell:docs']
grunt.registerTask 'test', ['coffee', 'jasmine']
grunt.registerTask 'test', ['coffee', 'jasmine', 'watch']
7 changes: 3 additions & 4 deletions src/Storage.coffee
Expand Up @@ -66,10 +66,9 @@ Storage = new Class
# * __Promises__
#
# Rather than using callbacks the request uses
# [futures.js](https://github.com/coolaj86/futures)
# to return a promise, or rather a
# [Future](https://github.com/coolaj86/futures/tree/v2.0/future)
# as it is called in this library.
# [Q.js](https://github.com/kriskowal/q)
# to return a promise. See the docs
# [Promise](http://documentup.com/kriskowal/q/)
#
# To be notified when the promise is fulfilled, i.e. the request has
# finished in some way, then you can do the following:
Expand Down

0 comments on commit bcdd01c

Please sign in to comment.