mirror of
https://github.com/atom/atom.git
synced 2026-01-24 14:28:14 -05:00
Use proper variable name
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user