mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 21:43:21 +00:00
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:
committed by
Anders Kaseorg
parent
d8dcec6853
commit
b86b91f96d
1
web/src/global.d.ts
vendored
1
web/src/global.d.ts
vendored
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user