Skip to content

Commit

Permalink
Update mod.js
Browse files Browse the repository at this point in the history
  • Loading branch information
nuxodin committed Sep 8, 2023
1 parent aa119df commit cc81cb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mod.js
Original file line number Diff line number Diff line change
Expand Up @@ -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?

Expand Down

0 comments on commit cc81cb4

Please sign in to comment.