From abc11685821f890ac007e4d0341f9268246edcfe Mon Sep 17 00:00:00 2001 From: Antoine Vandecreme Date: Mon, 30 Nov 2015 20:18:05 -0500 Subject: [PATCH] Remove superfluous comment. --- test/modules/rectangle.js | 1 - 1 file changed, 1 deletion(-) diff --git a/test/modules/rectangle.js b/test/modules/rectangle.js index 22a6c0ca..833d5857 100644 --- a/test/modules/rectangle.js +++ b/test/modules/rectangle.js @@ -111,7 +111,6 @@ test('rotate', function() { var rect = new OpenSeadragon.Rect(0, 0, 2, 1); - // Rotate 45deg around center. var expected = new OpenSeadragon.Rect( 1 - 1 / (2 * Math.sqrt(2)), 0.5 - 3 / (2 * Math.sqrt(2)),