return filter in filter constructor

This commit is contained in:
Fabian Vogelsteller 2015-07-22 12:31:37 +02:00
parent 92263e001b
commit 9af0fc9b9e
6 changed files with 7 additions and 4 deletions

1
dist/web3-light.js vendored
View File

@ -2783,6 +2783,7 @@ var Filter = function (options, methods, formatter, callback) {
}
});
return this;
};
Filter.prototype.watch = function (callback) {

File diff suppressed because one or more lines are too long

1
dist/web3.js vendored
View File

@ -2783,6 +2783,7 @@ var Filter = function (options, methods, formatter, callback) {
}
});
return this;
};
Filter.prototype.watch = function (callback) {

4
dist/web3.js.map vendored

File diff suppressed because one or more lines are too long

2
dist/web3.min.js vendored

File diff suppressed because one or more lines are too long

View File

@ -163,6 +163,7 @@ var Filter = function (options, methods, formatter, callback) {
}
});
return this;
};
Filter.prototype.watch = function (callback) {