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

index e7b13fe..0d9accc 100644 (file)
@@ -36,9 +36,7 @@ Roo.menu.DateMenu = function(config){
     this.relayEvents(di, ["select"]);
 
     this.on('beforeshow', function(){
-        if(this.picker){
-            this.picker.hideMonthPicker(true);
-        }
+        
     }, this);
 };
 Roo.extend(Roo.menu.DateMenu, Roo.menu.Menu, {