Added a property to the bootstrap.datepicker definition (#9212)

* bootstrap.datepicker: added property assumeNearbyYear to DatepickerOptions

* bootstrap.datepicker: formatting
This commit is contained in:
philippdrebes
2016-05-05 20:52:15 +02:00
committed by Masahiro Wakame
parent 69111ae0ba
commit 16debdc8db

View File

@@ -35,6 +35,7 @@ interface DatepickerOptions {
multidate?: any;
multidateSeparator?: string;
orientation?: string;
assumeNearbyYear?: any;
}
interface DatepickerEventObject extends JQueryEventObject {