X-Git-Url: http://git.roojs.org/?p=roojs1;a=blobdiff_plain;f=roojs-debug.js;h=2eed311eed6e16a9b77eb66624ea25ccd24674bb;hp=b9b1af11d5ec52516eca2717946e1aff62a719ae;hb=25dc37b6fac42dc67bc542601241df016b5a3817;hpb=bd6281c13b521c925de6ec3e507032d62f8e329c diff --git a/roojs-debug.js b/roojs-debug.js index b9b1af11d5..2eed311eed 100644 --- a/roojs-debug.js +++ b/roojs-debug.js @@ -42891,8 +42891,8 @@ Roo.extend(Roo.form.ComboNested, Roo.form.ComboBox, { left: (i * lw ) + 'px', display : i > 0 ? 'none' : 'block' }); - view.on('selectionchange', this.onSelectChange, this, {list : i }); - view.on('dblclick', this.onDoubleClick, this, {list : i }); + view.on('selectionchange', this.onSelectChange.createDelegate(this, {list : i }, true)); + view.on('dblclick', this.onDoubleClick.createDelegate(this, {list : i }, true)); //view.on('click', this.onViewClick, this, { list : i }); store.on('beforeload', this.onBeforeLoad, this);