From cc81cb491ccf943f29d8f1c7c0f6f73e4b06fc72 Mon Sep 17 00:00:00 2001 From: Tobias Buschor Date: Fri, 8 Sep 2023 13:20:31 +0200 Subject: [PATCH] Update mod.js --- mod.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod.js b/mod.js index 9145030..c08e75e 100644 --- a/mod.js +++ b/mod.js @@ -369,7 +369,7 @@ function addGetters(url, props) { loadScriptSync('https://'+url); - if (!this[prop]) this[prop] = exports[prop]; // todo: loop exports? + //if (!this[prop]) this[prop] = exports[prop]; // todo: loop exports? // new: polyfill the prototype, not the instance, ok? if (!obj[prop]) obj[prop] = exports[prop]; // todo: loop exports?