Skip to content

Commit

Permalink
Remove stray return in spec
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan Sobo committed May 9, 2014
1 parent b5f910a commit afb70d0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion spec/editor-component-spec.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -564,7 +564,6 @@ describe "EditorComponent", ->
it "assigns the overflow to 'hidden' in the opposite direction unless the editor scrollable in that direction", ->
expect(verticalScrollbarNode.style.overflowX).toBe 'hidden'
expect(horizontalScrollbarNode.style.overflowY).toBe 'hidden'
return

node.style.height = 4.5 * lineHeightInPixels + 'px'
component.measureHeightAndWidth()
Expand Down

0 comments on commit afb70d0

Please sign in to comment.