@avvio-reply/clickortouch
Advanced tools
Comparing version 1.2.0 to 1.2.1
@@ -22,3 +22,3 @@ /// | ||
"acceptGesturesAsClick": false, | ||
"clearSelectorBindings": false | ||
"clearExistingBindings": false | ||
}, options); | ||
@@ -32,4 +32,4 @@ | ||
if (typeof _options.clearSelectorBindings != 'boolean') | ||
_options.clearSelectorBindings = false; | ||
if (typeof _options.clearExistingBindings != 'boolean') | ||
_options.clearExistingBindings = false; | ||
@@ -88,3 +88,3 @@ var self = this | ||
if (_options.clearSelectorBindings) { | ||
if (_options.clearExistingBindings) { | ||
/** On instantiation, unbind all CT handlers for the selector | ||
@@ -91,0 +91,0 @@ * NB this prevents cumulative handlers than can occur without |
{ | ||
"name": "@avvio-reply/clickortouch", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "Module to simplify handling of click or touch events between browsers and tablet/mobile. Includes lock/release feature.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |