Fixed jael_web analysis warnings
This commit is contained in:
parent
6a34b51f04
commit
e219b91424
2 changed files with 534 additions and 784 deletions
|
@ -9,7 +9,5 @@ abstract class Component<State> extends DomNode {
|
||||||
|
|
||||||
void beforeDestroy() {}
|
void beforeDestroy() {}
|
||||||
|
|
||||||
void setState(State newState) {
|
void setState(State newState) {}
|
||||||
// TODO:
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue