Roo/form/MonthField.js
authorChris <chris@roojs.com>
Tue, 16 Oct 2012 09:20:21 +0000 (17:20 +0800)
committerChris <chris@roojs.com>
Tue, 16 Oct 2012 09:20:21 +0000 (17:20 +0800)
Roo/form/MonthField.js

index c01c185..c4db0fb 100644 (file)
@@ -304,7 +304,7 @@ dateField.setValue('2006-5-4');
         this.menu.on(Roo.apply({}, this.menuListeners, {
             scope:this
         }));
-        //this.menu.picker.setValue(this.getValue() || new Date());
+        this.menu.picker.setValue(this.getValue() || new Date());
         this.menu.show(this.el, "tl-bl?");
     },