ibm-js / delite

HTML Custom Element / Widget infrastructure
http://ibm-js.github.io/delite/
Other
68 stars 28 forks source link

Remove Widget#startup() method #386

Closed wkeese closed 9 years ago

wkeese commented 9 years ago

As mentioned in #257, remove startup() method and started flag completely from Widget. We don't have any cases where we need it. attachedCallback() is sufficient.

Note that this doesn't address the larger complaint that attachedCallback() needs to be called manually.