adding toggle() and destroy() functions to the Datetimepicker interface.

This commit is contained in:
Rodney Greene
2016-01-25 11:54:00 -05:00
parent 7b3d5a6ea5
commit a83eb4912e
@@ -69,6 +69,8 @@ declare module BootstrapV3DatetimePicker {
show(): void;
disable(): void;
enable(): void;
destroy(): void;
toggle(): void;
}
}