aboutsummaryrefslogtreecommitdiff
path: root/src/pen-gestures
diff options
context:
space:
mode:
authorStanley Yip <stanley_yip@brown.edu>2020-04-10 18:52:56 -0700
committerStanley Yip <stanley_yip@brown.edu>2020-04-10 18:52:56 -0700
commitaf7fb7bf59ae3a2984d2ea8d668757f75d66d63d (patch)
treedf49d309236351efd9457706bc3964c0879ad6be /src/pen-gestures
parent24d8fde04b562d474bb96669903fc42add2f9d84 (diff)
more comments
Diffstat (limited to 'src/pen-gestures')
-rw-r--r--src/pen-gestures/GestureUtils.ts8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/pen-gestures/GestureUtils.ts b/src/pen-gestures/GestureUtils.ts
index f14c573c3..b8a82ab4d 100644
--- a/src/pen-gestures/GestureUtils.ts
+++ b/src/pen-gestures/GestureUtils.ts
@@ -43,12 +43,4 @@ export namespace GestureUtils {
}
export const GestureRecognizer = new NDollarRecognizer(false);
-
- export function GestureOptions(name: string, gestureData?: any): (params: {}) => any {
- switch (name) {
- case Gestures.Box:
- break;
- }
- throw new Error("This means that you're trying to do something with the gesture that hasn't been defined yet. Define it in GestureUtils.ts");
- }
} \ No newline at end of file