From 7e1109574846d63c452c5f53f14acfc9856a8e84 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Wed, 19 Dec 2012 22:51:11 +0400 Subject: [PATCH] minor comment changes... Signed-off-by: Alex A. Naanou --- ui/gallery-prototype.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ui/gallery-prototype.js b/ui/gallery-prototype.js index 06b3744a..6d969701 100755 --- a/ui/gallery-prototype.js +++ b/ui/gallery-prototype.js @@ -1235,7 +1235,9 @@ function setupEvents(){ swipeUp: ImageGrid.shiftImageUp, swipeDown: ImageGrid.shiftImageDown, }) - // XXX pinch: do gradual zooming... + // pinch... + // XXX do gradual animated zooming... + // XXX this does not work with swipe (report submitted)... $('.viewer') .swipe({ pinchIn: ImageGrid.scaleContainerUp,