removed promise dependency, updated readme, fixed node.js version of lib
This commit is contained in:
4
dist/ethereum.js
vendored
4
dist/ethereum.js
vendored
@@ -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';
|
||||
|
Reference in New Issue
Block a user