Skip to content

Commit

Permalink
docs: remove @todo's from mount()
Browse files Browse the repository at this point in the history
  • Loading branch information
sebkolind committed Dec 7, 2023
1 parent 20fe5d7 commit 630f868
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/one.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 630f868

Please sign in to comment.