minor bugfix...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2019-06-16 02:55:27 +03:00
parent 3624e63743
commit 94ed307353

View File

@ -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){