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/util/DropConverter.ts | |
parent | cb87bab7ea67aa384a3183890ea413965e020047 (diff) |
changing { to ( and adding ,
Diffstat (limited to 'src/client/util/DropConverter.ts')
-rw-r--r-- | src/client/util/DropConverter.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/util/DropConverter.ts b/src/client/util/DropConverter.ts index 785e087f9..ea1769d85 100644 --- a/src/client/util/DropConverter.ts +++ b/src/client/util/DropConverter.ts @@ -77,4 +77,4 @@ export function convertDropDataToButtons(data: DragManager.DocumentDragData) { }); } Scripting.addGlobal(function convertToButtons(dragData: any) { convertDropDataToButtons(dragData as DragManager.DocumentDragData); }, - "converts the dropped data to buttons", "{ dragData: any }");
\ No newline at end of file + "converts the dropped data to buttons", "(dragData: any)");
\ No newline at end of file |