mirror of
https://gitlab.com/SukkaW/ruleset.skk.moe.git
synced 2026-04-20 19:04:01 +00:00
deploy: 4a7b9e411b
This commit is contained in:
@@ -2,9 +2,9 @@
|
||||
'use strict';
|
||||
|
||||
// https://developers.google.com/doubleclick-gpt/reference
|
||||
const noopfn = function () {
|
||||
const noopfn = () => {
|
||||
// noop
|
||||
}.bind();
|
||||
};
|
||||
const noopthisfn = function () {
|
||||
return this;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user