Remove factory.
This commit is contained in:
parent
097d195f00
commit
72f8854a7a
@ -315,11 +315,3 @@ Xo.prototype.call = function (method, params) {
|
|||||||
};
|
};
|
||||||
|
|
||||||
exports.Xo = Xo;
|
exports.Xo = Xo;
|
||||||
|
|
||||||
//====================================================================
|
|
||||||
|
|
||||||
function createXo(opts) {
|
|
||||||
return new Xo(opts);
|
|
||||||
}
|
|
||||||
|
|
||||||
exports = module.exports = assign(createXo, module.exports);
|
|
||||||
|
Loading…
Reference in New Issue
Block a user