remove extra newlines

This commit is contained in:
Bruno Windels 2020-09-28 15:31:04 +02:00
parent dd30f51ffe
commit 18cc34c082

View file

@ -39,5 +39,3 @@ if (!Element.prototype.remove) {
this.parentNode.removeChild(this);
};
}