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

index bb4c72b..86c5830 100644 (file)
@@ -342,7 +342,7 @@ monthField.setValue('2006-5-4');
         Roo.select('.x-date-picker table', true).first().dom.style.visibility = "hidden";
         
         
-         p.hideMonthPicker  = function(disableAnim){
+        p.hideMonthPicker  = function(disableAnim){
             if(this.monthPicker){
                 if(disableAnim === true){
                     this.monthPicker.hide();