diff --git a/web-views/sketching/SimpleGreeter.wvc b/web-views/sketching/SimpleGreeter.wvc index 6252dd0..3b126a6 100644 --- a/web-views/sketching/SimpleGreeter.wvc +++ b/web-views/sketching/SimpleGreeter.wvc @@ -1,7 +1,9 @@ --- package sketching -class Greeter extends BaseWebViewComponent { +import groowt.view.web.BaseWebViewComponent + +static class Greeter extends BaseWebViewComponent { String target Greeter(Map attr) { diff --git a/web-views/todo.md b/web-views/todo.md index 326638a..9b476fa 100644 --- a/web-views/todo.md +++ b/web-views/todo.md @@ -22,6 +22,7 @@ - [ ] Separate the api, runtime, and compiler elements. The api/runtime can depend on the compiler. If users really want to meddle with the compiler for some reason, they can depend on it directly. - [ ] Get rid of sketching source set. +- [ ] Fix inner class bug. ## Syntax ideas - Perhaps we could have a lambda- or closure-like factory at the beginning of a component for creating it. This could