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