diff --git a/lib/one.js b/lib/one.js index cf3f4323..568ca25a 100644 --- a/lib/one.js +++ b/lib/one.js @@ -124,9 +124,6 @@ function watch(obj, key, fn) { * @param {object} context.state The state object * @param {function} context.view The view function * @param {function} [context.mounted] The mounted function - * @todo Add a way to hook into unmouting - * @todo Add a way to run operations after the view is init - * @todo Add a way to run operations before the view is uninit */ function mount(context) { const { el, state, view, mounted } = context