mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-14 00:15:45 +01:00
Add missing semicolons.
This commit is contained in:
@@ -13,7 +13,7 @@ this["import"] = function import_(obj) {
|
||||
for (let key of Object.getOwnPropertyNames(obj))
|
||||
Object.defineProperty(res, key, Object.getOwnPropertyDescriptor(obj, key));
|
||||
return res;
|
||||
}
|
||||
};
|
||||
|
||||
if (typeof TextEncoder == "undefined")
|
||||
Components.utils.importGlobalProperties(["TextEncoder", "TextDecoder"]);
|
||||
|
||||
Reference in New Issue
Block a user