Skip to content

Commit

Permalink
Refactor #4472
Browse files Browse the repository at this point in the history
  • Loading branch information
mertsincan committed Jan 25, 2019
1 parent 80bf356 commit 7ec580e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ PrimeFaces.widget.DatePicker = PrimeFaces.widget.BaseWidget.extend({

//Initialize datepicker
this.cfg.panelStyleClass = (this.cfg.panelStyleClass || '') + ' p-datepicker-panel';
this.cfg.viewDate = this.viewDateOption;

this.jq.datePicker(this.cfg);

Expand Down

0 comments on commit 7ec580e

Please sign in to comment.