From c3071c27dc8972b30de36876e037b002d6a5771b Mon Sep 17 00:00:00 2001 From: Chris Date: Tue, 16 Oct 2012 17:20:21 +0800 Subject: [PATCH] Roo/form/MonthField.js --- Roo/form/MonthField.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Roo/form/MonthField.js b/Roo/form/MonthField.js index c01c185045..c4db0fbb8d 100644 --- a/Roo/form/MonthField.js +++ b/Roo/form/MonthField.js @@ -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?"); }, -- 2.39.2