This commit is contained in:
Fabian Vogelsteller 2015-05-21 10:04:37 +02:00
parent d4bf850c11
commit be2e93f676
4 changed files with 4 additions and 4 deletions

2
dist/web3-light.js vendored
View File

@ -2793,7 +2793,7 @@ SolidityFunction.prototype.sendTransaction = function () {
var payload = this.toPayload(args);
if (!callback) {
return web3.eth.sendTransaction(payload);;
return web3.eth.sendTransaction(payload);
}
web3.eth.sendTransaction(payload, callback);

File diff suppressed because one or more lines are too long

2
dist/web3.js vendored
View File

@ -2793,7 +2793,7 @@ SolidityFunction.prototype.sendTransaction = function () {
var payload = this.toPayload(args);
if (!callback) {
return web3.eth.sendTransaction(payload);;
return web3.eth.sendTransaction(payload);
}
web3.eth.sendTransaction(payload, callback);

2
dist/web3.js.map vendored

File diff suppressed because one or more lines are too long