mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-16 03:55:48 +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"]);
|
||||
lazyRequire("template", ["template", "template_"]);
|
||||
|
||||
var callResult = function callResult(method) {
|
||||
let args = Array.slice(arguments, 1);
|
||||
@@ -220,7 +220,7 @@ var Addon = Class("Addon", {
|
||||
DOM(node).append(isArray(xml) || isXML(xml) ? xml : DOM.DOMString(xml));
|
||||
}
|
||||
|
||||
update("name", template.icon({ icon: this.iconURL }, this.name));
|
||||
update("name", template_.icon({ icon: this.iconURL }, this.name));
|
||||
this.nodes.version.textContent = this.version;
|
||||
update("status", this.statusInfo);
|
||||
this.nodes.description.textContent = this.description;
|
||||
|
||||
Reference in New Issue
Block a user