Skip to content

Commit 34c42e6

Browse files
committed
- unused
1 parent a26aeb9 commit 34c42e6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/ithril/Component.hx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,5 @@ class Component implements IthrilView {
1111

1212
public function view(vnode:Vnode):Vnode return null;
1313

14-
static var avoid = [ 'oninit', 'oncreate', 'onupdate', 'onbeforeremove', 'onremove', 'onbeforeupdate' ];
15-
1614
public function new(vnode:Vnode) { }
1715
}

0 commit comments

Comments
 (0)