From 170418c5eee5277626a2daadae6707b7f78862a7 Mon Sep 17 00:00:00 2001 From: abe33 Date: Fri, 13 Feb 2015 12:26:11 +0100 Subject: [PATCH] :lipstick: Whitespace --- spec/minimap-element-spec.coffee | 1 + 1 file changed, 1 insertion(+) diff --git a/spec/minimap-element-spec.coffee b/spec/minimap-element-spec.coffee index a9a40a91..5c07eaf6 100644 --- a/spec/minimap-element-spec.coffee +++ b/spec/minimap-element-spec.coffee @@ -723,6 +723,7 @@ describe 'MinimapElement', -> it 'adjusts the size of the control div to fit in the minimap', -> expect(controls.clientWidth).toEqual(minimapElement.canvas.clientWidth) + it 'positions the controls div over the canvas', -> controlsRect = controls.getBoundingClientRect() canvasRect = minimapElement.canvas.getBoundingClientRect()