Comparing version 0.3.0 to 0.4.0
@@ -15,2 +15,3 @@ define(["require", "exports", "oribella-framework", "./tap", "./doubletap", "./longtap", "./swipe", "./longtap-swipe", "./rotate", "./pinch", "./tap", "./doubletap", "./longtap", "./swipe", "./longtap-swipe", "./rotate", "./pinch"], function (require, exports, oribella_framework_1, tap_1, doubletap_1, longtap_1, swipe_1, longtap_swipe_1, rotate_1, pinch_1, tap_2, doubletap_2, longtap_2, swipe_2, longtap_swipe_2, rotate_2, pinch_2) { | ||
exports.oribella.registerDefaultFlowStrategy(); | ||
exports.oribella.activate(); | ||
tap_1.registerTap(exports.oribella); | ||
@@ -17,0 +18,0 @@ doubletap_1.registerDoubletap(exports.oribella); |
@@ -22,2 +22,3 @@ "use strict"; | ||
exports.oribella.registerDefaultFlowStrategy(); | ||
exports.oribella.activate(); | ||
tap_1.registerTap(exports.oribella); | ||
@@ -24,0 +25,0 @@ doubletap_1.registerDoubletap(exports.oribella); |
@@ -18,2 +18,3 @@ import { Oribella } from 'oribella-framework'; | ||
oribella.registerDefaultFlowStrategy(); | ||
oribella.activate(); | ||
registerTap(oribella); | ||
@@ -20,0 +21,0 @@ registerDoubletap(oribella); |
@@ -488,2 +488,3 @@ var __extends = (this && this.__extends) || function (d, b) { | ||
exports.oribella.registerDefaultFlowStrategy(); | ||
exports.oribella.activate(); | ||
tap_2.registerTap(exports.oribella); | ||
@@ -490,0 +491,0 @@ doubletap_1.registerDoubletap(exports.oribella); |
@@ -53,2 +53,3 @@ System.register(["oribella-framework", "./tap", "./doubletap", "./longtap", "./swipe", "./longtap-swipe", "./rotate", "./pinch"], function (exports_1, context_1) { | ||
oribella.registerDefaultFlowStrategy(); | ||
oribella.activate(); | ||
tap_1.registerTap(oribella); | ||
@@ -55,0 +56,0 @@ doubletap_1.registerDoubletap(oribella); |
{ | ||
"name": "oribella", | ||
"version": "0.3.0", | ||
"version": "0.4.0", | ||
"description": "A set of preconfigured gestures like tap, longtap, doubletap, swipe, longtap-swipe, pinch, rotate", | ||
@@ -5,0 +5,0 @@ "repository": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
227445
3704