mirror of
https://github.com/atom/atom.git
synced 2026-01-24 14:28:14 -05:00
🔥 Remove useless null assignment
This commit is contained in:
@@ -122,8 +122,6 @@ class TextEditorComponent
|
||||
@verticalScrollbarComponent.destroy()
|
||||
@horizontalScrollbarComponent.destroy()
|
||||
|
||||
@verticalScrollbarComponent = null
|
||||
@horizontalScrollbarComponent = null
|
||||
@onVerticalScroll = null
|
||||
@onHorizontalScroll = null
|
||||
|
||||
|
||||
Reference in New Issue
Block a user