removed unused property

This commit is contained in:
Marek Kotewicz 2015-03-16 03:26:49 +01:00
parent 12aed5685a
commit cb7c209ff1
4 changed files with 3 additions and 5 deletions

1
dist/ethereum.js vendored
View File

@ -2357,7 +2357,6 @@ if ("build" !== 'build') {/*
var HttpProvider = function (host) { var HttpProvider = function (host) {
this.name = 'HTTP'; this.name = 'HTTP';
this.handlers = [];
this.host = host || 'http://localhost:8080'; this.host = host || 'http://localhost:8080';
}; };

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -28,7 +28,6 @@ if (process.env.NODE_ENV !== 'build') {
var HttpProvider = function (host) { var HttpProvider = function (host) {
this.name = 'HTTP'; this.name = 'HTTP';
this.handlers = [];
this.host = host || 'http://localhost:8080'; this.host = host || 'http://localhost:8080';
}; };