UNPKG
hubot-hipchat-dbeard
Version:
latest (2.13.0)
2.13.0
A HipChat adapter for Hubot
github.com/daniel-beard/hubot-hipchat
daniel-beard/hubot-hipchat
hubot-hipchat-dbeard
/
src
/
promises.coffee
7 lines
(4 loc)
•
143 B
text/coffeescript
View Raw
1
2
3
4
5
6
7
{
Promise
} =
require
"rsvp"
Promise
::done = (done) ->
@then
done
Promise
::fail = (fail) ->
@then
null
, fail
module
.
exports
= ->
new
Promise
()