Skip to content

Commit

Permalink
Merge pull request DefinitelyTyped#1860 from fancyoung/master
Browse files Browse the repository at this point in the history
fix bootstrap.datepicker type
  • Loading branch information
vvakame committed Mar 17, 2014
2 parents eed8736 + be638c5 commit 5cc402b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bootstrap.datepicker/bootstrap.datepicker.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
interface DatepickerOptions {
format?: string;
weekStart?: number;
startDate?: Date;
endDate?: Date;
startDate?: any;
endDate?: any;
autoclose?: boolean;
startView?: number;
todayBtn?: boolean;
Expand Down

0 comments on commit 5cc402b

Please sign in to comment.