mirror of
https://github.com/SukkaW/Surge.git
synced 2025-12-11 16:50:33 +08:00
Feat: doubleclick gpt replace bind
This commit is contained in:
parent
c1bfa34e15
commit
4a7b9e411b
@ -2,9 +2,9 @@
|
|||||||
'use strict';
|
'use strict';
|
||||||
|
|
||||||
// https://developers.google.com/doubleclick-gpt/reference
|
// https://developers.google.com/doubleclick-gpt/reference
|
||||||
const noopfn = function () {
|
const noopfn = () => {
|
||||||
// noop
|
// noop
|
||||||
}.bind();
|
};
|
||||||
const noopthisfn = function () {
|
const noopthisfn = function () {
|
||||||
return this;
|
return this;
|
||||||
};
|
};
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user