It would be nice for `startup()` to return 'this' in order to have a single chain like this when creating a new instance: ``` js var widget = new FormValueWidgetTest() .placeAt(parentNode) .startup(); ```