diff options
| author | Stanley Yip <33562077+yipstanley@users.noreply.github.com> | 2020-01-08 15:34:28 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-01-08 15:34:28 -0500 |
| commit | fdbe921d80707f2e9006b3f6106d49e4e3f34a28 (patch) | |
| tree | 322653b2aadc0864fc507596339950d468571a97 /src/Utils.ts | |
| parent | 19a71cb2788b9c1c8d8ced4af285bf91033ba626 (diff) | |
| parent | 685ba9666929eddac09a09e77a2e4df1322af066 (diff) | |
Merge pull request #328 from browngraphicslab/pen
Pen
Diffstat (limited to 'src/Utils.ts')
| -rw-r--r-- | src/Utils.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Utils.ts b/src/Utils.ts index 2b15ad0f2..04fe6750b 100644 --- a/src/Utils.ts +++ b/src/Utils.ts @@ -4,7 +4,6 @@ import { Socket } from 'socket.io'; import { Message } from './server/Message'; export namespace Utils { - export const DRAG_THRESHOLD = 4; export function GenerateGuid(): string { |
