mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 18:30:09 +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) },
|
&& (item.focused = true) },
|
||||||
default_item: function(){ return this.get(0) },
|
default_item: function(){ return this.get(0) },
|
||||||
options: {
|
options: {
|
||||||
getter: 'get',
|
|
||||||
skipDisabled: true,
|
skipDisabled: true,
|
||||||
} }),
|
},
|
||||||
|
getter: 'get' }),
|
||||||
blur: makeItemEventMethod('blur', {
|
blur: makeItemEventMethod('blur', {
|
||||||
handler: function(evt, items){
|
handler: function(evt, items){
|
||||||
items.forEach(function(item){
|
items.forEach(function(item){
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user