Roo/form/ComboNested.js
authorAlan Knowles <alan@roojs.com>
Fri, 7 Feb 2020 06:59:12 +0000 (14:59 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 7 Feb 2020 06:59:12 +0000 (14:59 +0800)
Roo/form/ComboNested.js

index 336442c..abfa50d 100644 (file)
@@ -281,7 +281,7 @@ Roo.extend(Roo.form.ComboNested, Roo.form.ComboBox, {
         }
         
         var rec = view.store.getAt(ix[0]);
-        this.setFromData(rec.data)
+        this.setFromData(rec.data);
         
         var lw = Math.floor(
                 ((this.listWidth * 3 || Math.max(this.wrap.getWidth(), this.minListWidth)) - this.list.getFrameWidth('lr')) / 3