Home
last modified time | relevance | path

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

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