aboutsummaryrefslogtreecommitdiff
path: root/src/mobile/MobileInterface.tsx
diff options
context:
space:
mode:
authorLionel Han <47760119+IGoByJoe@users.noreply.github.com>2020-08-09 19:44:00 -0700
committerLionel Han <47760119+IGoByJoe@users.noreply.github.com>2020-08-09 19:44:00 -0700
commit020a3bdd02f74a1068b667eaabc070dccf1c7fa1 (patch)
treeeeb04681a54ccd0f24b4b66122bafaf2af81d77d /src/mobile/MobileInterface.tsx
parent98d753d5dd66a646f00bcdf15656f845cd27fb81 (diff)
parent71aaf0cb07aab3896f6660c81cc7bf888cc07662 (diff)
pull
Diffstat (limited to 'src/mobile/MobileInterface.tsx')
-rw-r--r--src/mobile/MobileInterface.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mobile/MobileInterface.tsx b/src/mobile/MobileInterface.tsx
index 40aa65372..02993fdcb 100644
--- a/src/mobile/MobileInterface.tsx
+++ b/src/mobile/MobileInterface.tsx
@@ -681,4 +681,4 @@ Scripting.addGlobal(function openMobileSettings() { return SettingsManager.Insta
// Other global functions for mobile
Scripting.addGlobal(function switchMobileView(doc: Doc, renderView?: () => JSX.Element, onSwitch?: () => void) { return MobileInterface.Instance.switchCurrentView(doc, renderView, onSwitch); },
- "changes the active document displayed on the Dash Mobile", "(doc: any)");
+ "changes the active document displayed on the Dash Mobile", "(doc: any)"); \ No newline at end of file