Browse Source

select.selectall

unknown 5 years ago
parent
commit
502e1b9aff
1 changed files with 1 additions and 1 deletions
  1. 1 1
      o2web/source/x_component_Selector/UnitWithType.js

+ 1 - 1
o2web/source/x_component_Selector/UnitWithType.js

@@ -410,7 +410,7 @@ MWF.xApplication.Selector.UnitWithType.ItemCategory = new Class({
                 }
             }.bind(this));
             this.itemLoaded = true;
-            if (callback) callback();
+            if (callback) callback()
         }else{
             if (callback) callback( );
         }