Skip to content

Commit cc81cb4

Browse files
committed
Update mod.js
1 parent aa119df commit cc81cb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mod.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@ function addGetters(url, props) {
369369

370370
loadScriptSync('https://'+url);
371371

372-
if (!this[prop]) this[prop] = exports[prop]; // todo: loop exports?
372+
//if (!this[prop]) this[prop] = exports[prop]; // todo: loop exports?
373373
// new: polyfill the prototype, not the instance, ok?
374374
if (!obj[prop]) obj[prop] = exports[prop]; // todo: loop exports?
375375

0 commit comments

Comments
 (0)