UNPKG

hubot-hipchat-dbeard

Version:
7 lines (4 loc) 143 B
{Promise} = require "rsvp" Promise::done = (done) -> @then done Promise::fail = (fail) -> @then null, fail module.exports = -> new Promise()