mirror of
https://github.com/atom/atom.git
synced 2026-01-23 22:08:08 -05:00
Remove the horribleUpdateMethod
This commit is contained in:
@@ -190,8 +190,6 @@ class TextEditorComponent
|
||||
else unless @updateRequested
|
||||
@updateRequested = true
|
||||
atom.views.updateDocument =>
|
||||
@editor.horribleUpdateMethod?()
|
||||
@editor.horribleUpdateMethod = null
|
||||
@updateRequested = false
|
||||
@updateSync() if @editor.isAlive()
|
||||
atom.views.readDocument(@readAfterUpdateSync)
|
||||
|
||||
Reference in New Issue
Block a user