Remove the horribleUpdateMethod

This commit is contained in:
Ben Ogle
2015-04-01 14:01:24 -07:00
parent 32572c0106
commit 3adc646a79

View File

@@ -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)