mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-03 17:54:12 +01:00
Pass encoding argument to loadSubScript.
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
modules.load = function load(script) {
|
||||
for (let [i, base] in Iterator(prefix)) {
|
||||
try {
|
||||
loader.loadSubScript(base + script + ".js", modules);
|
||||
loader.loadSubScript(base + script + ".js", modules, "UTF-8");
|
||||
return;
|
||||
}
|
||||
catch (e) {
|
||||
|
||||
Reference in New Issue
Block a user