mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-28 18:00:09 +00:00
tweaking...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
59dc0d01c5
commit
6a8c5fb561
@ -49,6 +49,10 @@ var RecoverActions = actions.Actions({
|
||||
// This is the same as .load(..) but will monitor for load errors
|
||||
// and attempt to recover if it fails...
|
||||
//
|
||||
// This will return a promise that will resolve if load is successful
|
||||
// and fail if load fails, passing the 'recovered' if recovery was
|
||||
// successful and the error if not...
|
||||
//
|
||||
// NOTE: this avoids load loops by attempting to recover only once...
|
||||
// NOTE: this is done as a wrapper because we can't catch errors in
|
||||
// parent actions at this point...
|
||||
|
||||
@ -3146,6 +3146,9 @@ var BrowserPrototype = {
|
||||
if(to.length == 0){
|
||||
// select first/last...
|
||||
//return this.navigate(action == 'down' ? 'last' : 'first')
|
||||
|
||||
// XXX stop keyboard repeat...
|
||||
// XXX
|
||||
|
||||
// wrap around....
|
||||
to = this.filter('*').filter(pattern)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user