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

index 80e928e..5275996 100644 (file)
@@ -337,6 +337,7 @@ monthField.setValue('2006-5-4');
         
         p.hideMonthPicker  = function(disableAnim){
             if(this.monthPicker){
+                Roo.log("hideMonthPicker called");
                 if(disableAnim === true){
                     this.monthPicker.hide();
                 }else{