3

var me = q.defer()
//bug: these don't seem to resolve to anything, why do we do this?
meeting
.start()
.then(dumb_requirements => boss.accumulate(q.all(dumb_requirements))
.then(me.reject)
.catch(boss.getMad)

return me.promise

Comments
Add Comment