cleanup + minor tweaks...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2019-06-07 03:09:07 +03:00
parent 1d59795ab9
commit 344647c846

View File

@ -3294,9 +3294,6 @@ var BrowserPrototype = {
up: function(){},
down: function(){},
// XXX check if there are elements to the left...
// XXX which is better?
// - on top level left goes to first element (as on all other levels)
// - on top level left is like prev (less uniform but somehow feels more logical)
left: function(){
var focused = this.focused
var p
@ -3320,7 +3317,6 @@ var BrowserPrototype = {
focused.collapsed ?
this
.expand()
.next()
: this.next() },
// navigation relative to page...