From 90c42d7baa4b44ae7b1287b7fa163eafb4764329 Mon Sep 17 00:00:00 2001 From: debris Date: Thu, 6 Aug 2015 18:13:17 +0200 Subject: [PATCH] removed jshint maxparams --- lib/web3/requestmanager.js | 3 --- 1 file changed, 3 deletions(-) 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