ux/DateDisplay.js
authorAlan Knowles <alan@roojs.com>
Sun, 26 Aug 2012 13:19:27 +0000 (21:19 +0800)
committerAlan Knowles <alan@roojs.com>
Sun, 26 Aug 2012 13:19:27 +0000 (21:19 +0800)
ux/DateDisplay.js

index a4d20de..8ebdd3a 100644 (file)
@@ -56,9 +56,7 @@ Roo.extend(Roo.form.DateDisplay , Roo.form.TextField ,  {
             this.setValue(this.datepicker.value.format('Y-m-d'));
             this.fireEvent('select', this);
         }
-        
-        
-     
+         
     }
     
 });
\ No newline at end of file