diff options
author | anika-ahluwalia <anika.ahluwalia@gmail.com> | 2020-06-06 12:48:25 -0500 |
---|---|---|
committer | anika-ahluwalia <anika.ahluwalia@gmail.com> | 2020-06-06 12:48:25 -0500 |
commit | 4ac63cedfdfd33b47c97e7cc8be60ec9b5490a3e (patch) | |
tree | 8ff1c4a751cade6983ab1c3d2823b22ef57702cf /src/client/views/GestureOverlay.tsx | |
parent | cb87bab7ea67aa384a3183890ea413965e020047 (diff) |
changing { to ( and adding ,
Diffstat (limited to 'src/client/views/GestureOverlay.tsx')
-rw-r--r-- | src/client/views/GestureOverlay.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/GestureOverlay.tsx b/src/client/views/GestureOverlay.tsx index facfd1ab5..e9a848a5a 100644 --- a/src/client/views/GestureOverlay.tsx +++ b/src/client/views/GestureOverlay.tsx @@ -818,4 +818,4 @@ Scripting.addGlobal(function resetPen() { }, "resets the pen tool"); Scripting.addGlobal(function createText(text: any, x: any, y: any) { GestureOverlay.Instance.dispatchGesture("text", [{ X: x, Y: y }], text); -}, "creates a text document with inputted text and coordinates", "{ text: any, x: any, y: any }");
\ No newline at end of file +}, "creates a text document with inputted text and coordinates", "(text: any, x: any, y: any)");
\ No newline at end of file |