mirror of
https://github.com/status-im/web3.js.git
synced 2025-02-23 19:48:13 +00:00
add comlexity push for poll, does only show on travis
This commit is contained in:
parent
1aefebd78f
commit
1495a0c67c
1
dist/web3-light.js
vendored
1
dist/web3-light.js
vendored
@ -3906,6 +3906,7 @@ RequestManager.prototype.reset = function () {
|
||||
* @method poll
|
||||
*/
|
||||
RequestManager.prototype.poll = function () {
|
||||
/*jshint maxcomplexity: 6 */
|
||||
this.timeout = setTimeout(this.poll.bind(this), c.ETH_POLLING_TIMEOUT);
|
||||
|
||||
if (this.polls === {}) {
|
||||
|
4
dist/web3-light.js.map
vendored
4
dist/web3-light.js.map
vendored
File diff suppressed because one or more lines are too long
1
dist/web3.js
vendored
1
dist/web3.js
vendored
@ -3906,6 +3906,7 @@ RequestManager.prototype.reset = function () {
|
||||
* @method poll
|
||||
*/
|
||||
RequestManager.prototype.poll = function () {
|
||||
/*jshint maxcomplexity: 6 */
|
||||
this.timeout = setTimeout(this.poll.bind(this), c.ETH_POLLING_TIMEOUT);
|
||||
|
||||
if (this.polls === {}) {
|
||||
|
4
dist/web3.js.map
vendored
4
dist/web3.js.map
vendored
File diff suppressed because one or more lines are too long
@ -196,6 +196,7 @@ RequestManager.prototype.reset = function () {
|
||||
* @method poll
|
||||
*/
|
||||
RequestManager.prototype.poll = function () {
|
||||
/*jshint maxcomplexity: 6 */
|
||||
this.timeout = setTimeout(this.poll.bind(this), c.ETH_POLLING_TIMEOUT);
|
||||
|
||||
if (this.polls === {}) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user