switched to bluebird for promise support

This commit is contained in:
Spencer Alger
2014-03-27 09:49:21 -07:00
parent a91d6b76b9
commit 4ab22a1a61
8 changed files with 23 additions and 18 deletions

View File

@ -33,7 +33,7 @@ module.exports = {
ignore: [
'src/lib/connectors/jquery.js',
'src/lib/connectors/xhr.js',
'when'
'bluebird'
]
}
},
@ -45,7 +45,7 @@ module.exports = {
ignore: [
'src/lib/connectors/angular.js',
'src/lib/connectors/xhr.js',
'when'
'bluebird'
]
}
}