aboutsummaryrefslogtreecommitdiff
path: root/src/client/util/CurrentUserUtils.ts
diff options
context:
space:
mode:
authoranika-ahluwalia <anika.ahluwalia@gmail.com>2020-06-06 12:48:25 -0500
committeranika-ahluwalia <anika.ahluwalia@gmail.com>2020-06-06 12:48:25 -0500
commit4ac63cedfdfd33b47c97e7cc8be60ec9b5490a3e (patch)
tree8ff1c4a751cade6983ab1c3d2823b22ef57702cf /src/client/util/CurrentUserUtils.ts
parentcb87bab7ea67aa384a3183890ea413965e020047 (diff)
changing { to ( and adding ,
Diffstat (limited to 'src/client/util/CurrentUserUtils.ts')
-rw-r--r--src/client/util/CurrentUserUtils.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/util/CurrentUserUtils.ts b/src/client/util/CurrentUserUtils.ts
index 3dcb484be..8509a1e64 100644
--- a/src/client/util/CurrentUserUtils.ts
+++ b/src/client/util/CurrentUserUtils.ts
@@ -737,8 +737,8 @@ export class CurrentUserUtils {
}
Scripting.addGlobal(function setupMobileInkingDoc(userDoc: Doc) { return CurrentUserUtils.setupMobileInkingDoc(userDoc); },
- "initializes the Mobile inking document", "{ userDoc: Doc }");
+ "initializes the Mobile inking document", "(userDoc: Doc)");
Scripting.addGlobal(function setupMobileUploadDoc(userDoc: Doc) { return CurrentUserUtils.setupMobileUploadDoc(userDoc); },
- "initializes the Mobile upload document", "{ userDoc: Doc }");
+ "initializes the Mobile upload document", "(userDoc: Doc)");
Scripting.addGlobal(function createNewWorkspace() { return MainView.Instance.createNewWorkspace(); },
"creates a new workspace when called"); \ No newline at end of file