Typo in CPDatePicker

This commit is contained in:
Alexandre Wilhelm
2015-02-09 16:46:08 -08:00
parent 6e5dee13e1
commit 818c3b6092
-1
View File
@@ -331,7 +331,6 @@ CPEraDatePickerElementFlag = 0x0100;
return;
}
if (_minDate)
aDateValue = new Date (MAX(aDateValue, _minDate));