🔫 unnecessary return statement

This commit is contained in:
Nathan Sobo
2014-01-17 15:46:49 -07:00
parent 475ff140a7
commit a774c2ff08

View File

@@ -351,7 +351,7 @@ class EditorView extends View
@gutter.on 'mousedown', '.foldable .fold-icon', (e) =>
bufferRow = $(e.target).parent().data('bufferRow')
@editor.toggleFoldAtBufferRow(bufferRow)
return false
false
@renderedLines.on 'mousedown', (e) =>
clickCount = e.originalEvent.detail