mirror of
https://github.com/openseadragon/openseadragon.git
synced 2025-04-04 06:13:31 +03:00
docs: fixed typo and corrected the comment
This commit is contained in:
parent
7ab493d18b
commit
99f87c0bc7
1 changed files with 2 additions and 2 deletions
|
@ -1612,8 +1612,8 @@ $.extend( $.Viewer.prototype, $.EventSource.prototype, $.ControlDock.prototype,
|
|||
},
|
||||
|
||||
/**
|
||||
* Update pixel density ration, clears all tiles and triggers updates for
|
||||
* all items.
|
||||
* Update pixel density ratio, clears all tiles and triggers updates for
|
||||
* all items if the ratio has changed.
|
||||
* @private
|
||||
*/
|
||||
_updatePixelDensityRatio: function() {
|
||||
|
|
Loading…
Add table
Reference in a new issue