sync
authorjohn <john@roojs.com>
Mon, 26 Mar 2018 05:28:49 +0000 (13:28 +0800)
committerjohn <john@roojs.com>
Mon, 26 Mar 2018 05:28:49 +0000 (13:28 +0800)
Roo/bootstrap/ComboBox.js
Roo/data/Store.js

index 8bc62ab..0ad6031 100644 (file)
@@ -1939,6 +1939,7 @@ Roo.extend(Roo.bootstrap.ComboBox, Roo.bootstrap.TriggerField, {
         this.loading = this.list.select('.loading', true).first();
         
         if(this.loading === null){
+            Roo.log('here????');
             this.list.createChild({
                 tag: 'div',
                 cls: 'loading roo-select2-more-results roo-select2-active',
index ab53882..d96ad69 100644 (file)
@@ -261,7 +261,6 @@ Roo.extend(Roo.data.Store, Roo.util.Observable, {
             this.data.insert(index, records[i]);
             records[i].join(this);
         }
-        Roo.log(records);
         this.fireEvent("add", this, records, index);
     },