Use proper variable name

This commit is contained in:
probablycorey
2014-06-06 08:06:16 -07:00
parent 7afb25cead
commit e0b54d8501

View File

@@ -462,8 +462,8 @@ EditorComponent = React.createClass
when 3 then editor.selectLine()
@selectToMousePositionUntilMouseUp(event)
e.preventDefault()
e.stopPropagation()
event.preventDefault()
event.stopPropagation()
onStylesheetsChanged: (stylesheet) ->
@refreshScrollbars() if @containsScrollbarSelector(stylesheet)