Commit ead4b36a authored by Michael Droettboom's avatar Michael Droettboom

Remove filePackagePrefixURL: It is deprecated

Emscripten warns about this when -s ASSERTIONS=1
parent 2117ff2f
......@@ -177,7 +177,6 @@ var languagePluginLoader = new Promise((resolve, reject) => {
return {};
};
Module.filePackagePrefixURL = baseURL;
Module.locateFile = (path) => baseURL + path;
var postRunPromise = new Promise((resolve, reject) => {
Module.postRun = () => {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment