Roo/form/ComboBoxArray.js
authorEdward <edward@roojs.com>
Tue, 18 Feb 2014 08:51:16 +0000 (16:51 +0800)
committerEdward <edward@roojs.com>
Tue, 18 Feb 2014 08:51:16 +0000 (16:51 +0800)
Roo/form/ComboBoxArray.js

index 8ad46f9..41635c8 100644 (file)
@@ -416,19 +416,6 @@ Roo.extend(Roo.form.ComboBoxArray.Item, Roo.BoxComponent, {
         this.el.child('img').un('click', this.remove, this);
         this.el.remove();
         this.cb.updateHiddenEl();
-    },
-    
-    /**
-     * Validates the combox array value
-     * @return {Boolean} True if the value is valid, else false
-     */
-    validate : function(){
-        if(this.disabled || this.validateValue(this.processValue(this.getValue()))){
-            this.clearInvalid();
-            return true;
-        }
-        return false;
     }
     
-    
 });
\ No newline at end of file