Home
last modified time | relevance | path

Searched refs:allowX (Results 1 – 1 of 1) sorted by relevance

/plugin/photogallery/lightGallery/js/
H A Dlg-zoom.js273 var allowX = false;
285 if ((allowX || allowY)) {
321 if (allowX) {
348 _this.touchendZoom(startCoords, endCoords, allowX, allowY);
365 var allowX = false;
379 if ($(e.target).hasClass('lg-object') && (allowX || allowY)) {
418 if (allowX) {
447 _this.touchendZoom(startCoords, endCoords, allowX, allowY);
459 Zoom.prototype.touchendZoom = function(startCoords, endCoords, allowX, allowY) { argument
480 if (allowX) {
[all …]