Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2019-01-30 05:51:18 +03:00
parent 517672994d
commit 241468f387

View File

@ -490,7 +490,7 @@ object.makeConstructor('Browser',
// //
// This is mainly designed for testing. // This is mainly designed for testing.
// //
// XXX how the header item and it's sublist should be linked??? // XXX Q: how should the header item and it's sub-list be linked???
var TextBrowserClassPrototype = { var TextBrowserClassPrototype = {
__proto__: BaseBrowser, __proto__: BaseBrowser,
@ -525,7 +525,6 @@ var TextBrowserPrototype = {
: value }, : value },
} }
var TextBrowser = var TextBrowser =
module.TextBrowser = module.TextBrowser =
object.makeConstructor('TextBrowser', object.makeConstructor('TextBrowser',