mirror of
https://github.com/openseadragon/openseadragon.git
synced 2024-11-21 20:56:09 +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 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
|
||||
rect = drawer.viewport.imageToViewportRectangle( rect );
|
||||
}
|
||||
@ -438,7 +438,7 @@ $.Drawer.prototype = {
|
||||
/**
|
||||
* @private
|
||||
* @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
|
||||
* 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
|
||||
* rectangle coordinates.
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user