mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 02:10:08 +00:00
minor bugfix...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
3624e63743
commit
94ed307353
@ -2644,9 +2644,9 @@ var BaseBrowserPrototype = {
|
||||
&& (item.focused = true) },
|
||||
default_item: function(){ return this.get(0) },
|
||||
options: {
|
||||
getter: 'get',
|
||||
skipDisabled: true,
|
||||
} }),
|
||||
},
|
||||
getter: 'get' }),
|
||||
blur: makeItemEventMethod('blur', {
|
||||
handler: function(evt, items){
|
||||
items.forEach(function(item){
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user