Skip to content

Commit

Permalink
💄 Whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
abe33 committed Feb 13, 2015
1 parent bbfcdb7 commit 170418c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spec/minimap-element-spec.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 170418c

Please sign in to comment.