aboutsummaryrefslogtreecommitdiffstats
path: root/dist/ethereum.js
diff options
context:
space:
mode:
authorMarek Kotewicz <marek.kotewicz@gmail.com>2015-01-27 07:54:21 +0800
committerMarek Kotewicz <marek.kotewicz@gmail.com>2015-01-27 07:54:21 +0800
commitda4c2d530d6f9b8ba54221c6812f77766a33fed6 (patch)
tree61c5ce0184340f48463486cdacffdad3b6a984bf /dist/ethereum.js
parent5b701962dc3b45f4cdcad01492adab02b0cac4a7 (diff)
downloadgo-tangerine-da4c2d530d6f9b8ba54221c6812f77766a33fed6.tar.gz
go-tangerine-da4c2d530d6f9b8ba54221c6812f77766a33fed6.tar.zst
go-tangerine-da4c2d530d6f9b8ba54221c6812f77766a33fed6.zip
removed promise dependency, updated readme, fixed node.js version of lib
Diffstat (limited to 'dist/ethereum.js')
-rw-r--r--dist/ethereum.js4
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';