Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2019-06-14 16:14:07 +03:00
parent c73dd6265a
commit 4e5a6409bb

View File

@ -2859,6 +2859,8 @@ var BrowserClassPrototype = {
// - 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)...
// ...need to render lists and items both as a whole or independently... // ...need to render lists and items both as a whole or independently...
// XXX need a strategy to update the DOM -- i.e. add/remove nodes for
// partial rendering instead of full DOM replacement...
// XXX should this use vanilla DOM or jQuery??? // XXX should this use vanilla DOM or jQuery???
// XXX add a left button type/option -- expand/collapse and friends... // XXX add a left button type/option -- expand/collapse and friends...
var BrowserPrototype = { var BrowserPrototype = {