From c841676aa49c55c972bd79263e22f5fd00272499 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Wed, 19 Dec 2012 21:49:01 +0400 Subject: [PATCH] more tweeks to pinching (seems not to work with swiping)... Signed-off-by: Alex A. Naanou --- ui/gallery-prototype.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/gallery-prototype.js b/ui/gallery-prototype.js index a7d40755..06b3744a 100755 --- a/ui/gallery-prototype.js +++ b/ui/gallery-prototype.js @@ -1238,8 +1238,8 @@ function setupEvents(){ // XXX pinch: do gradual zooming... $('.viewer') .swipe({ - pinchIn: ImageGrid.scaleContainerDown, - pinchOut: ImageGrid.scaleContainerUp, + pinchIn: ImageGrid.scaleContainerUp, + pinchOut: ImageGrid.scaleContainerDown, fingers: '2' })