Xo cannot be closed.

This commit is contained in:
Julien Fontanet
2015-02-10 17:53:56 +01:00
parent 0b17556fa4
commit ae4af99c59

View File

@@ -294,10 +294,6 @@ Xo.prototype.call = function (method, params) {
});
};
Xo.prototype.close = function () {
this._api.close();
};
exports.Xo = Xo;
//====================================================================