mirror of
https://github.com/status-im/web3.js.git
synced 2025-02-23 11:38:12 +00:00
removed jshint maxparams
This commit is contained in:
parent
cdb7ee6088
commit
90c42d7baa
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user