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

index 4ee2faf..98ce6ee 100644 (file)
@@ -141,7 +141,7 @@ Roo.extend(Roo.form.ComboNested, Roo.form.ComboBox, {
                 isEmpty: function (value, allValues) {
                     return value.length ? 'has-children' : 'no-children'
                 }
-            );
+            });
         }
         
         var store  = this.store;