Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2019-02-10 18:27:08 +03:00
parent 09ce8a4073
commit 52691cbe17

View File

@ -457,6 +457,8 @@ var BrowserClassPrototype = {
} }
// XXX TODO: // XXX TODO:
// - need a way to update some stuff on .update() / .make() -- a way
// to selectively merge the old state with the new...
// - event handler signature -- pass the item + optionally render... // - event handler signature -- pass the item + optionally render...
// - keyboard handling... // - keyboard handling...
// XXX render of nested lists does not affect the parent list(s)... // XXX render of nested lists does not affect the parent list(s)...