remove dead code
This commit is contained in:
parent
164d9d594f
commit
0de5e899ea
1 changed files with 0 additions and 8 deletions
|
@ -1,13 +1,5 @@
|
|||
import {tag} from "./html.js";
|
||||
|
||||
class UIView {
|
||||
mount() {}
|
||||
unmount() {}
|
||||
update(_value) {}
|
||||
// can only be called between a call to mount and unmount
|
||||
root() {}
|
||||
}
|
||||
|
||||
function insertAt(parentNode, idx, childNode) {
|
||||
const isLast = idx === parentNode.childElementCount;
|
||||
if (isLast) {
|
||||
|
|
Reference in a new issue