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,