Removed @Inject since it's not needed anymore.
This commit is contained in:
parent
b5a7b1f67d
commit
3c363cb71c
@ -8,7 +8,7 @@ class Head extends BaseWebViewComponent {
|
|||||||
|
|
||||||
Head(Map attr) {
|
Head(Map attr) {
|
||||||
super(Head.getResource('HeadTemplate.wvc'))
|
super(Head.getResource('HeadTemplate.wvc'))
|
||||||
this.title = attr.title()
|
this.title = attr.title
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user