Refactor: make ESLint happy

This commit is contained in:
SukkaW
2024-07-24 23:14:23 +08:00
parent 46ae8e8cd8
commit 6877195279
10 changed files with 24 additions and 53 deletions

View File

@@ -2,6 +2,7 @@
'use strict';
const noopfn = function () {
// noop
};
window.addthis = {
addEventListener: noopfn,

View File

@@ -2,6 +2,7 @@
'use strict';
const noopfn = function () {
// noop
};
window.cxApi = {
chooseVariation() {

View File

@@ -3,6 +3,7 @@
window._gaq = window._gaq || {
push() {
// noop
}
};
}());