From f1bfe6e01dd8390939ede2454f631e7ca5480b68 Mon Sep 17 00:00:00 2001 From: Edward Date: Tue, 18 Feb 2014 16:51:16 +0800 Subject: [PATCH] Roo/form/ComboBoxArray.js --- Roo/form/ComboBoxArray.js | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/Roo/form/ComboBoxArray.js b/Roo/form/ComboBoxArray.js index 8ad46f99e7..41635c8554 100644 --- a/Roo/form/ComboBoxArray.js +++ b/Roo/form/ComboBoxArray.js @@ -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 -- 2.39.2