Roo/form/MonthField.js
authorAlan Knowles <alan@roojs.com>
Mon, 22 Oct 2012 09:11:30 +0000 (17:11 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 22 Oct 2012 09:11:30 +0000 (17:11 +0800)
Roo/form/MonthField.js

index 1d0b21b..226c8a7 100644 (file)
@@ -220,6 +220,8 @@ Roo.extend(Roo.form.MonthField, Roo.form.TriggerField,  {
      */
     getValue : function(){
         
+        
+        
         return  this.hiddenField ?
                 this.hiddenField.value :
                 this.parseDate(Roo.form.DateField.superclass.getValue.call(this)) || "";