Mercurial > hg > digilib-old
changeset 940:6b49f78ccfd8
new function name is setZoomBg
author | hertzhaft |
---|---|
date | Tue, 27 Dec 2011 20:05:53 +0100 |
parents | 7d1df22f7514 |
children | 79cbc4694b14 |
files | webapp/src/main/webapp/jquery/jquery.digilib.birdseye.js |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/webapp/src/main/webapp/jquery/jquery.digilib.birdseye.js Sun Dec 25 16:22:38 2011 +0100 +++ b/webapp/src/main/webapp/jquery/jquery.digilib.birdseye.js Tue Dec 27 20:05:53 2011 +0100 @@ -234,7 +234,7 @@ scalerPos = geom.position($scaler); newRect = null; data.$elem.find(".overlay").hide(); // hide all overlays (marks/regions) - fullRect = digilib.fn.setZoomBG(data); // setup zoom background image + fullRect = digilib.fn.setZoomBg(data); // setup zoom background image $document.on("mousemove.dlBirdMove", birdZoomMove); $document.on("mouseup.dlBirdMove", birdZoomEndDrag); return false;