@nativescript-community/gesturehandler 2.0.11 → 2.0.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nativescript-community/gesturehandler",
3
- "version": "2.0.11",
3
+ "version": "2.0.12",
4
4
  "description": "Declarative API exposing platform native touch and gesture system to NativeScript.",
5
5
  "main": "gesturehandler",
6
6
  "sideEffects": false,
@@ -48,5 +48,5 @@
48
48
  "dependencies": {
49
49
  "@nativescript-community/observable": "^2.0.10"
50
50
  },
51
- "gitHead": "946abe49f940ee379f266a2289265b7a617c7eae"
51
+ "gitHead": "5b072453ae8a49780e5dee4ac03039de7eb8a8e8"
52
52
  }
@@ -202,7 +202,7 @@ public class GestureHandler<T extends GestureHandler> {
202
202
 
203
203
  mView = view;
204
204
  mOrchestrator = orchestrator;
205
- onPrepare()
205
+ onPrepare();
206
206
  }
207
207
  protected void onPrepare() {}
208
208