mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-18 04:05:46 +01:00
Death to E4X and stuff.
This commit is contained in:
@@ -13,7 +13,7 @@ defineModule("addons", {
|
||||
});
|
||||
|
||||
this.lazyRequire("completion", ["completion"]);
|
||||
lazyRequire("template", ["template", "template_"]);
|
||||
lazyRequire("template", ["template"]);
|
||||
|
||||
var callResult = function callResult(method) {
|
||||
let args = Array.slice(arguments, 1);
|
||||
|
||||
Reference in New Issue
Block a user