mirror of
https://github.com/SukkaW/Surge.git
synced 2026-01-29 01:51:52 +08:00
Feat: doubleclick gpt replace bind
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