diff options
Diffstat (limited to 'dist/ethereum.js')
-rw-r--r-- | dist/ethereum.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/dist/ethereum.js b/dist/ethereum.js index 9c0b848c5..3cf0ccaf8 100644 --- a/dist/ethereum.js +++ b/dist/ethereum.js @@ -622,6 +622,10 @@ module.exports = Filter; * @date 2014 */ +if ("build" !== 'build') {/* + var XMLHttpRequest = require('xmlhttprequest').XMLHttpRequest; // jshint ignore:line +*/} + var HttpSyncProvider = function (host) { this.handlers = []; this.host = host || 'http://localhost:8080'; |