Roo/bootstrap/DateField.js
authorEdward <edward@roojs.com>
Fri, 21 Sep 2018 03:26:35 +0000 (11:26 +0800)
committerEdward <edward@roojs.com>
Fri, 21 Sep 2018 03:26:35 +0000 (11:26 +0800)
Roo/bootstrap/DateField.js

index ddd79d1..80df794 100644 (file)
@@ -985,23 +985,6 @@ Roo.extend(Roo.bootstrap.DateField, Roo.bootstrap.Input,  {
         this.date = this.viewDate = '';
         
         Roo.bootstrap.DateField.superclass.setValue.call(this, '');
-    },
-    
-    setVisible : function(visible)
-    {
-        if(!this.getEl()){
-            return;
-        }
-        
-        this.getEl().removeClass('hidden');
-        
-        if(visible){
-            this.fireEvent('show', this);
-            return;
-        }
-        
-        this.getEl().addClass('hidden');
-        this.fireEvent('hide', this);
     }
    
 });