Skip to content

Instantly share code, notes, and snippets.

@edsu
Created April 8, 2009 13:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save edsu/91770 to your computer and use it in GitHub Desktop.
Save edsu/91770 to your computer and use it in GitHub Desktop.
esummers@terbium [/ndnp/chronam] $ svn diff chronam/static/javascript/tileviewer.js
Index: chronam/static/javascript/tileviewer.js
===================================================================
--- chronam/static/javascript/tileviewer.js (revision 6508)
+++ chronam/static/javascript/tileviewer.js (working copy)
@@ -805,7 +805,7 @@
this.img = null;
this.box = new Box(0, 0, dimensions.width, dimensions.height);
- this.source = pagePath + "/image_" + + this.box.width + "x" + this.box.height + "_from_" + fullBox.x + "," + fullBox.y + "_to_" + fullBox.getX2() + "," + fullBox.getY2() + ".jpg";
+ this.source = pagePath + "image_" + + this.box.width + "x" + this.box.height + "_from_" + fullBox.x + "," + fullBox.y + "_to_" + fullBox.getX2() + "," + fullBox.getY2() + ".jpg";
//console.info("Source is " + this.source);
this.createImg = createImg;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment