Skip to content

Commit

Permalink
remove redundant locale definition, fixes #556
Browse files Browse the repository at this point in the history
  • Loading branch information
zhedar committed Nov 19, 2016
1 parent 6c1fddd commit 452697d
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,6 @@ private void encodeJS(FacesContext fc, ResponseWriter rw, DateTimePicker dtp, St
(BsfUtils.isStringValued(dtp.getInitialDate()) ? "defaultDate: " + defaultDate + ", " : "") +
(dtp.isKeepInvalid() ? "keepInvalid: " + dtp.isKeepInvalid() + ", ": "") +
(dtp.isKeepOpen() ? "keepOpen: " + dtp.isKeepOpen() + ", ": "") +
(BsfUtils.isStringValued(dtp.getLocale()) ? "locale: [" + dtp.getLocale() + "], " : "") +
(BsfUtils.isStringValued(minDate) ? "minDate: " + minDate + ", " : "") +
(BsfUtils.isStringValued(maxDate) ? "maxDate: " + maxDate + ", " : "") +
(dtp.isShowWeek() ? "calendarWeeks: " + dtp.isShowWeek() + ", ": "") +
Expand Down

0 comments on commit 452697d

Please sign in to comment.