diff client/digitallibrary/jquery/jquery.digilib.js @ 807:1b1728926534 jquery

geometry: overlapsRect() plus some comment clarifications
author hertzhaft
date Sun, 20 Feb 2011 11:55:51 +0100
parents 12f790cb30de
children 1a7b14deae3a
line wrap: on
line diff
--- a/client/digitallibrary/jquery/jquery.digilib.js	Sat Feb 19 13:03:31 2011 +0100
+++ b/client/digitallibrary/jquery/jquery.digilib.js	Sun Feb 20 11:55:51 2011 +0100
@@ -1430,7 +1430,7 @@
             $scaler.css({
                 'background-position' : bgPos.x + "px " + bgPos.y + "px"
                 });
-            // set birdview indicator to reflect new zoom position
+            // send message event with current zoom position
             var za = geom.rectangle($img);
             za.addPosition(delta.neg());
             $data.trigger('dragZoom', [za]);