From 16debdc8db26b548ddb5f0fca208383af426b3e5 Mon Sep 17 00:00:00 2001 From: philippdrebes Date: Thu, 5 May 2016 20:52:15 +0200 Subject: [PATCH] Added a property to the bootstrap.datepicker definition (#9212) * bootstrap.datepicker: added property assumeNearbyYear to DatepickerOptions * bootstrap.datepicker: formatting --- bootstrap.datepicker/bootstrap.datepicker.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/bootstrap.datepicker/bootstrap.datepicker.d.ts b/bootstrap.datepicker/bootstrap.datepicker.d.ts index 0633db5358..686cc6b423 100644 --- a/bootstrap.datepicker/bootstrap.datepicker.d.ts +++ b/bootstrap.datepicker/bootstrap.datepicker.d.ts @@ -35,6 +35,7 @@ interface DatepickerOptions { multidate?: any; multidateSeparator?: string; orientation?: string; + assumeNearbyYear?: any; } interface DatepickerEventObject extends JQueryEventObject {