mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 18:30: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
|
// This is the same as .load(..) but will monitor for load errors
|
||||||
// and attempt to recover if it fails...
|
// 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 avoids load loops by attempting to recover only once...
|
||||||
// NOTE: this is done as a wrapper because we can't catch errors in
|
// NOTE: this is done as a wrapper because we can't catch errors in
|
||||||
// parent actions at this point...
|
// parent actions at this point...
|
||||||
|
|||||||
@ -3147,6 +3147,9 @@ var BrowserPrototype = {
|
|||||||
// select first/last...
|
// select first/last...
|
||||||
//return this.navigate(action == 'down' ? 'last' : 'first')
|
//return this.navigate(action == 'down' ? 'last' : 'first')
|
||||||
|
|
||||||
|
// XXX stop keyboard repeat...
|
||||||
|
// XXX
|
||||||
|
|
||||||
// wrap around....
|
// wrap around....
|
||||||
to = this.filter('*').filter(pattern)
|
to = this.filter('*').filter(pattern)
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user