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) }, && (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){