removed extra space

This commit is contained in:
Tom 2022-11-29 17:43:14 -05:00
parent 6d35f6df2c
commit 5aa5d7ad56

View File

@ -514,7 +514,7 @@ $.Viewport.prototype = {
* @param {OpenSeadragon.Rect} bounds
* @returns {OpenSeadragon.Rect} constrained bounds.
*/
_applyBoundaryConstraints: function(bounds) {
_applyBoundaryConstraints: function(bounds) {
var newBounds = new $.Rect(
bounds.x,
bounds.y,