From: Alan Knowles Date: Fri, 7 Feb 2020 04:50:13 +0000 (+0800) Subject: Roo/form/ComboNested.js X-Git-Url: http://git.roojs.org/?a=commitdiff_plain;h=3f70a89451d2019b7f38fdd5c5f7afdce19a832a;p=roojs1 Roo/form/ComboNested.js --- diff --git a/Roo/form/ComboNested.js b/Roo/form/ComboNested.js index aae96f215c..1ea6d42c2e 100644 --- a/Roo/form/ComboNested.js +++ b/Roo/form/ComboNested.js @@ -168,7 +168,7 @@ Roo.extend(Roo.form.ComboNested, Roo.form.ComboBox, { //view.on('click', this.onViewClick, this, { list : i }); store.on('beforeload', this.onBeforeLoad, this); - store.on('load', this.onLoad, this, { list : i}); + store.on('load', this.onStoreLoad, this, { list : i}); store.on('loadexception', this.onLoadException, this);