mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-15 05:55:46 +01:00
Fix stray template_ reference.
This commit is contained in:
@@ -782,7 +782,7 @@ var DOM = Class("DOM", {
|
||||
html: function html(txt, self) {
|
||||
return this.getSet(arguments,
|
||||
function (elem) elem.innerHTML,
|
||||
function (elem, val) { elem.innerHTML = val });
|
||||
util.wrapCallback(function (elem, val) { elem.innerHTML = val }));
|
||||
},
|
||||
|
||||
text: function text(txt, self) {
|
||||
|
||||
Reference in New Issue
Block a user