mirror of
https://github.com/openseadragon/openseadragon.git
synced 2025-02-16 14:53:14 +03:00
Fixed typos in comments
This commit is contained in:
parent
1df4448be7
commit
3f1072b321
@ -419,7 +419,7 @@ $.Drawer.prototype = {
|
|||||||
|
|
||||||
|
|
||||||
if(overlay.px !== undefined){
|
if(overlay.px !== undefined){
|
||||||
//if they specified 'px' so its in pixel coordinates so
|
//if they specified 'px' so it's in pixel coordinates so
|
||||||
//we need to translate to viewport coordinates
|
//we need to translate to viewport coordinates
|
||||||
rect = drawer.viewport.imageToViewportRectangle( rect );
|
rect = drawer.viewport.imageToViewportRectangle( rect );
|
||||||
}
|
}
|
||||||
@ -438,7 +438,7 @@ $.Drawer.prototype = {
|
|||||||
/**
|
/**
|
||||||
* @private
|
* @private
|
||||||
* @inner
|
* @inner
|
||||||
* Pretty much every other line in this needs to be documented so its clear
|
* Pretty much every other line in this needs to be documented so it's clear
|
||||||
* how each piece of this routine contributes to the drawing process. That's
|
* how each piece of this routine contributes to the drawing process. That's
|
||||||
* why there are so many TODO's inside this function.
|
* why there are so many TODO's inside this function.
|
||||||
*/
|
*/
|
||||||
|
@ -691,7 +691,7 @@ $.Viewport.prototype = {
|
|||||||
},
|
},
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Translates from a rectanlge which describes a portion of
|
* Translates from a rectangle which describes a portion of
|
||||||
* the image in pixel coordinates to OpenSeadragon viewport
|
* the image in pixel coordinates to OpenSeadragon viewport
|
||||||
* rectangle coordinates.
|
* rectangle coordinates.
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user