We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 553cca1 commit e29166fCopy full SHA for e29166f
src/core/content/connector.js
@@ -425,7 +425,7 @@ function BaseConnector() {
425
*
426
* @param {Object} event Event object
427
*/
428
- this.onScriptEvent = (event) => { // eslint-disable-line
+ this.onScriptEvent = (event) => { // eslint-disable-line no-unused-vars
429
// Do nothing
430
};
431
@@ -834,5 +834,5 @@ function BaseConnector() {
834
this.stateChangedWorkerThrottled = Util.throttle(this.stateChangedWorker, 500);
835
}
836
837
-// eslint-disable-next-line
+// eslint-disable-next-line no-unused-vars
838
const Connector = window.Connector || new BaseConnector();
0 commit comments