diff options
| author | Naafiyan Ahmed <naafiyan@gmail.com> | 2022-04-28 17:05:21 -0400 |
|---|---|---|
| committer | Naafiyan Ahmed <naafiyan@gmail.com> | 2022-04-28 17:05:21 -0400 |
| commit | 89025516860555976e6cd95180ce6a584542fede (patch) | |
| tree | 35c4eaf15145e8859a9107877d31de8924337fe1 /src/pen-gestures | |
| parent | 4f6b6306803437851959e9ad214fd61a14207a20 (diff) | |
| parent | 73d52c3c1a0b06e0180999cb876feb6025df31b2 (diff) | |
merged and getting started on mapping algo
Diffstat (limited to 'src/pen-gestures')
| -rw-r--r-- | src/pen-gestures/GestureUtils.ts | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/pen-gestures/GestureUtils.ts b/src/pen-gestures/GestureUtils.ts index cf59cb3c6..65f2bf80c 100644 --- a/src/pen-gestures/GestureUtils.ts +++ b/src/pen-gestures/GestureUtils.ts @@ -8,8 +8,7 @@ export namespace GestureUtils { readonly gesture: Gestures, readonly points: PointData[], readonly bounds: Rect, - readonly text?: any, - readonly times?: number[] + readonly text?: any ) { } } |
