From d62538f42eb9fccc265edb70e463e87279841fcb Mon Sep 17 00:00:00 2001 From: jonasengelmann <40031476+jonasengelmann@users.noreply.github.com> Date: Thu, 31 Mar 2022 23:50:38 +0200 Subject: [PATCH] fixed white space --- src/viewport.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/viewport.js b/src/viewport.js index 853458df..122708b1 100644 --- a/src/viewport.js +++ b/src/viewport.js @@ -143,7 +143,7 @@ $.Viewport = function( options ) { this._oldCenterX = this.centerSpringX.current.value; this._oldCenterY = this.centerSpringY.current.value; this._oldZoom = this.zoomSpring.current.value; - this._oldDegrees = this.degreesSpring.current.value; + this._oldDegrees = this.degreesSpring.current.value; this._setContentBounds(new $.Rect(0, 0, 1, 1), 1); @@ -1012,7 +1012,7 @@ $.Viewport.prototype = { this._oldCenterX = this.centerSpringX.current.value; this._oldCenterY = this.centerSpringY.current.value; this._oldZoom = this.zoomSpring.current.value; - this._oldDegrees = this.degreesSpring.current.value; + this._oldDegrees = this.degreesSpring.current.value; return changed; },