removed jshint maxparams

This commit is contained in:
debris 2015-08-06 18:13:17 +02:00
parent cdb7ee6088
commit 90c42d7baa
1 changed files with 0 additions and 3 deletions

View File

@ -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