Fix setScheduler().
This commit is contained in:
parent
292c929117
commit
7c89d658f7
@ -1,4 +1,7 @@
|
||||
'use strict';
|
||||
|
||||
// Expose Bluebird for now to ease integration (e.g. with Angular.js).
|
||||
exports.setScheduler = require('bluebird').setScheduler;
|
||||
|
||||
exports.Api = require('./api');
|
||||
exports.Xo = require('./xo');
|
||||
|
@ -12,11 +12,6 @@ var createCollection = require('./collection');
|
||||
|
||||
//====================================================================
|
||||
|
||||
// Expose Bluebird for now to ease integration (e.g. with Angular.js).
|
||||
exports.setScheduler = Bluebird.setScheduler;
|
||||
|
||||
//====================================================================
|
||||
|
||||
function makeStandaloneDeferred() {
|
||||
var resolve, reject;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user