From 75ddd299e4a0755f377ebe95a42dfd27835398fc Mon Sep 17 00:00:00 2001 From: Ian Gilman Date: Thu, 5 Sep 2013 16:26:00 -0700 Subject: [PATCH] Changed Seajax to OpenSeadragon --- src/viewport.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/viewport.js b/src/viewport.js index 74c9f8aa..691851c4 100644 --- a/src/viewport.js +++ b/src/viewport.js @@ -722,7 +722,7 @@ $.Viewport.prototype = { }, /** - * Translates from Seajax viewer coordinate system to image coordinate system. + * Translates from OpenSeadragon viewer coordinate system to image coordinate system. * This method can be called either by passing X,Y coordinates or an * OpenSeadragon.Point * @function @@ -740,7 +740,7 @@ $.Viewport.prototype = { }, /** - * Translates from image coordinate system to Seajax viewer coordinate system + * Translates from image coordinate system to OpenSeadragon viewer coordinate system * This method can be called either by passing X,Y coordinates or an * OpenSeadragon.Point * @function