diff --git a/lib/web3/requestmanager.js b/lib/web3/requestmanager.js index 68fead6..f994161 100644 --- a/lib/web3/requestmanager.js +++ b/lib/web3/requestmanager.js @@ -147,8 +147,6 @@ RequestManager.prototype.setProvider = function (p) { } }; -/*jshint maxparams:4 */ - /** * Should be used to start polling * @@ -163,7 +161,6 @@ RequestManager.prototype.setProvider = function (p) { RequestManager.prototype.startPolling = function (data, pollId, callback, uninstall) { this.polls[pollId] = {data: data, id: pollId, callback: callback, uninstall: uninstall}; }; -/*jshint maxparams:3 */ /** * Should be used to stop polling for filter with given id