mirror of
https://github.com/SukkaW/Surge.git
synced 2026-01-28 17:41:54 +08:00
Refactor: make ESLint happy
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
'use strict';
|
||||
|
||||
const noopfn = function () {
|
||||
// noop
|
||||
};
|
||||
window.addthis = {
|
||||
addEventListener: noopfn,
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
'use strict';
|
||||
|
||||
const noopfn = function () {
|
||||
// noop
|
||||
};
|
||||
window.cxApi = {
|
||||
chooseVariation() {
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
|
||||
window._gaq = window._gaq || {
|
||||
push() {
|
||||
// noop
|
||||
}
|
||||
};
|
||||
}());
|
||||
|
||||
Reference in New Issue
Block a user