Skip to content

Commit

Permalink
fix(datepicker): remove unused code (#837)
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonShuvaev authored and valorkin committed Aug 11, 2016
1 parent 66531c7 commit fa22c98
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion components/datepicker/datepicker.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ import {YearPickerComponent} from './yearpicker.component';
[yearRange]="yearRange"
[customClass]="customClass"
[dateDisabled]="dateDisabled"
[templateUrl]="templateUrl"
[onlyCurrentMonth]="onlyCurrentMonth"
[shortcutPropagation]="shortcutPropagation"
(selectionDone)="onSelectionDone($event)">
Expand Down

0 comments on commit fa22c98

Please sign in to comment.