docs: fixed typo and corrected the comment

This commit is contained in:
ronnymikalsen 2021-03-25 14:54:42 +01:00
parent 7ab493d18b
commit 99f87c0bc7

View File

@ -1612,8 +1612,8 @@ $.extend( $.Viewer.prototype, $.EventSource.prototype, $.ControlDock.prototype,
}, },
/** /**
* Update pixel density ration, clears all tiles and triggers updates for * Update pixel density ratio, clears all tiles and triggers updates for
* all items. * all items if the ratio has changed.
* @private * @private
*/ */
_updatePixelDensityRatio: function() { _updatePixelDensityRatio: function() {