domopt: remove append opt

This commit is contained in:
Ducko 2023-04-03 14:50:43 +01:00
parent 9052a5cb78
commit 0d81eadaf0
1 changed files with 1 additions and 1 deletions

View File

@ -79,4 +79,4 @@ const optimize = orig => function(...args) {
};
Element.prototype.removeChild = optimize(Element.prototype.removeChild);
Element.prototype.appendChild = optimize(Element.prototype.appendChild);
// Element.prototype.appendChild = optimize(Element.prototype.appendChild);