commit
This commit is contained in:
parent
a70448a434
commit
a15c733e45
55 changed files with 13236 additions and 1 deletions
11
node_modules/bluebird/js/main/bluebird.js
generated
vendored
Normal file
11
node_modules/bluebird/js/main/bluebird.js
generated
vendored
Normal file
|
@ -0,0 +1,11 @@
|
|||
"use strict";
|
||||
var old;
|
||||
if (typeof Promise !== "undefined") old = Promise;
|
||||
function noConflict() {
|
||||
try { if (Promise === bluebird) Promise = old; }
|
||||
catch (e) {}
|
||||
return bluebird;
|
||||
}
|
||||
var bluebird = require("./promise.js")();
|
||||
bluebird.noConflict = noConflict;
|
||||
module.exports = bluebird;
|
Loading…
Add table
Add a link
Reference in a new issue