global: Remove type stub for Bootstrap modal.

Commit 747b62d050 (#27124) removed the
code.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2023-10-16 12:35:36 -07:00
committed by Anders Kaseorg
parent d8dcec6853
commit b86b91f96d

1
web/src/global.d.ts vendored
View File

@@ -26,7 +26,6 @@ interface JQuery {
expectOne(): this;
get_offset_to_window(): DOMRect;
tab(action?: string): this; // From web/third/bootstrap
modal(action?: string): this; // From web/third/bootstrap
// Types for jquery-caret-plugin
caret(): number;