Merge pull request #7781 from rodneyag/add-toggle-destroy-func

adding toggle() and destroy() functions to the Datetimepicker interface.
This commit is contained in:
Horiuchi_H
2016-01-26 11:28:25 +09:00
@@ -69,6 +69,8 @@ declare module BootstrapV3DatetimePicker {
show(): void;
disable(): void;
enable(): void;
destroy(): void;
toggle(): void;
}
}