Roo/form/MonthField.js
authorChris <chris@roojs.com>
Wed, 17 Oct 2012 04:41:15 +0000 (12:41 +0800)
committerChris <chris@roojs.com>
Wed, 17 Oct 2012 04:41:15 +0000 (12:41 +0800)
Roo/form/MonthField.js

index 03c5f32..442642c 100644 (file)
@@ -307,8 +307,7 @@ dateField.setValue('2006-5-4');
             maxDate : this.maxValue,
             disabledDatesRE : this.ddMatch,
             disabledDatesText : this.disabledDatesText,
-            disabledDays : this.disabledDays,
-            disabledDaysText : this.disabledDaysText,
+            
             format : this.format,
             minText : String.format(this.minText, this.formatDate(this.minValue)),
             maxText : String.format(this.maxText, this.formatDate(this.maxValue))