mirror of https://github.com/status-im/web3.js.git
Merge branch 'master' of https://github.com/ethereum/ethereum.js
This commit is contained in:
commit
a5907a8239
|
@ -505,4 +505,5 @@ function messageHandler(data) {
|
|||
}
|
||||
}
|
||||
|
||||
module.exports = web3;
|
||||
if (typeof(module) !== "undefined")
|
||||
module.exports = web3;
|
||||
|
|
|
@ -74,4 +74,5 @@ Object.defineProperty(WebSocketProvider.prototype, "onmessage", {
|
|||
set: function(provider) { this.onMessage(provider); }
|
||||
});
|
||||
|
||||
module.exports = WebSocketProvider;
|
||||
if (typeof(module) !== "undefined")
|
||||
module.exports = WebSocketProvider;
|
||||
|
|
Loading…
Reference in New Issue