Skip to content

Commit caf07a9

Browse files
save file
1 parent 653c755 commit caf07a9

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

libs/js/external/openssl/openssl.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,12 @@
1515
throw toThrow;
1616
};
1717
var scriptDirectory = '';
18+
// added for dynamic loading
1819
if(moduleArg.url){
1920
_scriptName = moduleArg.url;
2021
}
22+
23+
2124
function locateFile(path) {
2225
if (Module['locateFile']) {
2326
return Module['locateFile'](path, scriptDirectory);

0 commit comments

Comments
 (0)