Merge pull request #23425 from vetik32/master

@types/bootstrap - adding 2nd  (optional) modal command (show, toggle) parameter
This commit is contained in:
Daniel Rosenwasser 2018-02-15 20:15:52 -08:00 committed by GitHub
commit ca4419057d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -87,7 +87,7 @@ interface TransitionEventNames {
interface JQuery {
modal(options?: ModalOptions): JQuery;
modal(options?: ModalOptionsBackdropString): JQuery;
modal(command: string): JQuery;
modal(command: string, relatedTarget?: Element): JQuery;
dropdown(): JQuery;
dropdown(command: string): JQuery;