Skip to content

Commit 38a621c

Browse files
committed
Typed access to window.ThisIsThe*App
Signed-off-by: Jan Holesovsky <[email protected]> Change-Id: Ice7a030ef2581be26323e2ca2f48821ec2dc3e16
1 parent 77bc525 commit 38a621c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

browser/src/global.d.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -329,6 +329,9 @@ interface Window {
329329
ThisIsAMobileApp: boolean;
330330
ThisIsTheEmscriptenApp: boolean;
331331
ThisIsTheGtkApp: boolean;
332+
ThisIsTheiOSApp: boolean;
333+
ThisIsTheMacOSApp: boolean;
334+
ThisIsTheWindowsApp: boolean;
332335
wopiSrc: string;
333336
zoteroEnabled: boolean;
334337
accessToken: string;

0 commit comments

Comments
 (0)