Feat: doubleclick gpt replace bind
Some checks failed
Build / Build (push) Has been cancelled
Build / Diff output (push) Has been cancelled
Build / Deploy to Cloudflare Pages (3.114.6) (push) Has been cancelled
Build / Deploy to GitHub and GitLab (push) Has been cancelled

This commit is contained in:
SukkaW 2025-05-23 04:12:53 +08:00
parent c1bfa34e15
commit 4a7b9e411b

View File

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