Kill comment

This commit is contained in:
Nathan Sobo
2014-06-03 18:18:53 +09:00
parent 3134bfda95
commit be0877327e

View File

@@ -162,7 +162,6 @@ GutterComponent = React.createClass
measureWidth: ->
lineNumberNode = @refs.lineNumbers.getDOMNode().firstChild
# return unless lineNumberNode?
width = lineNumberNode.offsetWidth
if width isnt @lastMeasuredWidth