roojs-ui.js
authorAlan Knowles <alan@roojs.com>
Thu, 6 Feb 2020 09:01:54 +0000 (17:01 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 6 Feb 2020 09:01:54 +0000 (17:01 +0800)
roojs-ui-debug.js
roojs-all.js
roojs-debug.js

roojs-debug.js
roojs-ui-debug.js

index 8c326d4..eaaf822 100644 (file)
@@ -41444,7 +41444,9 @@ Roo.extend(Roo.form.ComboBox, Roo.form.TriggerField, {
         }
 
         this.view = new Roo.View(this.innerList, this.tpl, {
-            singleSelect:true, store: this.store, selectedClass: this.selectedClass
+            singleSelect:true,
+           store: this.store,
+           selectedClass: this.selectedClass
         });
 
         this.view.on('click', this.onViewClick, this);
index 656b87e..ff33ad7 100644 (file)
@@ -18991,7 +18991,9 @@ Roo.extend(Roo.form.ComboBox, Roo.form.TriggerField, {
         }
 
         this.view = new Roo.View(this.innerList, this.tpl, {
-            singleSelect:true, store: this.store, selectedClass: this.selectedClass
+            singleSelect:true,
+           store: this.store,
+           selectedClass: this.selectedClass
         });
 
         this.view.on('click', this.onViewClick, this);