Roo/DatePicker.js
authorChris <chris@roojs.com>
Tue, 16 Oct 2012 09:25:14 +0000 (17:25 +0800)
committerChris <chris@roojs.com>
Tue, 16 Oct 2012 09:25:14 +0000 (17:25 +0800)
Roo/DatePicker.js

index d423f54..acb9fe7 100644 (file)
@@ -461,6 +461,7 @@ Roo.extend(Roo.DatePicker, Roo.Component, {
     },
 
     hideMonthPicker : function(disableAnim){
+        Roo.log(disableAnim);
         if(this.monthPicker){
             if(disableAnim === true){
                 this.monthPicker.hide();