projects
/
GitHub
/
WoltLab
/
WCF.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7a7423a
)
Missing signature for `$.ui.messageTabMenu`
author
Alexander Ebert
<ebert@woltlab.com>
Thu, 14 Jan 2021 18:36:21 +0000
(19:36 +0100)
committer
Alexander Ebert
<ebert@woltlab.com>
Thu, 14 Jan 2021 18:36:21 +0000
(19:36 +0100)
global.d.ts
patch
|
blob
|
blame
|
history
diff --git
a/global.d.ts
b/global.d.ts
index d2933f9fb0f6b911a7555cd5625627e3018e0e9a..666f2cd854df735c828def4c6e6828ef00105244 100644
(file)
--- a/
global.d.ts
+++ b/
global.d.ts
@@
-40,6
+40,8
@@
declare global {
sortable(...args: any[]): unknown;
redactor(...args: any[]): unknown;
+
+ messageTabMenu(...args: any[]): unknown;
}
type ArbitraryObject = Record<string, unknown>;