diff options
| author | bobzel <zzzman@gmail.com> | 2020-12-16 21:39:47 -0500 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2020-12-16 21:39:47 -0500 |
| commit | 0fbfb06c499d2ee52b086427cbf1c5431fadfad9 (patch) | |
| tree | 0630334a1ebce2bada102c37a8936772cd68b6df /src/pen-gestures | |
| parent | f5527e423c3eaa104bec4904f6c778cf1f58a496 (diff) | |
simplified DocumentView a bit more. cleaned up other code.
Diffstat (limited to 'src/pen-gestures')
| -rw-r--r-- | src/pen-gestures/GestureUtils.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/pen-gestures/GestureUtils.ts b/src/pen-gestures/GestureUtils.ts index 20e14a68d..e7cc89697 100644 --- a/src/pen-gestures/GestureUtils.ts +++ b/src/pen-gestures/GestureUtils.ts @@ -8,7 +8,6 @@ export namespace GestureUtils { readonly gesture: Gestures, readonly points: PointData[], readonly bounds: Rect, - readonly callbackFn?: Function, readonly text?: any ) { } } |
