mirror of
https://github.com/openseadragon/openseadragon.git
synced 2025-04-04 06:13:31 +03:00
Changed Seajax to OpenSeadragon
This commit is contained in:
parent
ed8311b5b8
commit
75ddd299e4
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue