diff options
author | Stanley Yip <stanley_yip@brown.edu> | 2019-12-03 18:54:41 -0500 |
---|---|---|
committer | Stanley Yip <stanley_yip@brown.edu> | 2019-12-03 18:54:41 -0500 |
commit | fb9f08295c10c35c11b647d00a3c830867dc3f7d (patch) | |
tree | 76126c5d894fc54a17bcfa901cb23bd93e473d61 /src/Utils.ts | |
parent | cb2edb837ffa9df5ad966d44ac0c26622d6579f0 (diff) |
nothing new, infrastructure stuffs
Diffstat (limited to 'src/Utils.ts')
-rw-r--r-- | src/Utils.ts | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/Utils.ts b/src/Utils.ts index dc62d96e0..3db15f997 100644 --- a/src/Utils.ts +++ b/src/Utils.ts @@ -3,12 +3,8 @@ import v5 = require("uuid/v5"); import { Socket } from 'socket.io'; import { Message } from './server/Message'; import { RouteStore } from './server/RouteStore'; -import { NDollarRecognizer } from './ndollar'; export namespace Utils { - - export const GestureRecognizer = new NDollarRecognizer(false); - export const DRAG_THRESHOLD = 4; export function GenerateGuid(): string { |