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

index acb9fe7..cd37674 100644 (file)
@@ -19,7 +19,7 @@
  */
 Roo.DatePicker = function(config){
     Roo.DatePicker.superclass.constructor.call(this, config);
-
+Roo.log(disableAnim);
     this.value = config && config.value ?
                  config.value.clearTime() : new Date().clearTime();
 
@@ -461,7 +461,7 @@ Roo.extend(Roo.DatePicker, Roo.Component, {
     },
 
     hideMonthPicker : function(disableAnim){
-        Roo.log(disableAnim);
+        
         if(this.monthPicker){
             if(disableAnim === true){
                 this.monthPicker.hide();