mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 02:10:08 +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(){},
|
up: function(){},
|
||||||
down: function(){},
|
down: function(){},
|
||||||
// XXX check if there are elements to the left...
|
// 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(){
|
left: function(){
|
||||||
var focused = this.focused
|
var focused = this.focused
|
||||||
var p
|
var p
|
||||||
@ -3320,7 +3317,6 @@ var BrowserPrototype = {
|
|||||||
focused.collapsed ?
|
focused.collapsed ?
|
||||||
this
|
this
|
||||||
.expand()
|
.expand()
|
||||||
.next()
|
|
||||||
: this.next() },
|
: this.next() },
|
||||||
|
|
||||||
// navigation relative to page...
|
// navigation relative to page...
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user