Commit c9015e2e authored by Jeffrey Wilcke's avatar Jeffrey Wilcke

module var fix

parent 07fba274
...@@ -505,4 +505,5 @@ function messageHandler(data) { ...@@ -505,4 +505,5 @@ function messageHandler(data) {
} }
} }
module.exports = web3; if (typeof(module) !== "undefined")
module.exports = web3;
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment