We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa119df commit cc81cb4Copy full SHA for cc81cb4
mod.js
@@ -369,7 +369,7 @@ function addGetters(url, props) {
369
370
loadScriptSync('https://'+url);
371
372
- if (!this[prop]) this[prop] = exports[prop]; // todo: loop exports?
+ //if (!this[prop]) this[prop] = exports[prop]; // todo: loop exports?
373
// new: polyfill the prototype, not the instance, ok?
374
if (!obj[prop]) obj[prop] = exports[prop]; // todo: loop exports?
375
0 commit comments