mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-28 18:00:09 +00:00
cleanup + minor tweaks...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
1d59795ab9
commit
344647c846
@ -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...
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user