aboutsummaryrefslogtreecommitdiff
path: root/src/mobile/MobileInterface.tsx
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2020-08-14 20:14:25 -0400
committerGitHub <noreply@github.com>2020-08-14 20:14:25 -0400
commit2971ade07c7b9674c666446fa49e533e05197f1f (patch)
treea9d5bd81fe0c2b824e9fb0ec965e7b495b8d70b4 /src/mobile/MobileInterface.tsx
parentcd7b13c2c1086739d866e4a6ad9c239a46d89244 (diff)
parent13e808c6802f10996558303bccac3ec5ba2c9b60 (diff)
Merge pull request #610 from browngraphicslab/new_audio
New audio
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