mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04:00
Rename applyChanges to update
This commit is contained in:
@@ -103,7 +103,7 @@ class TextEditorComponent
|
||||
window.removeEventListener 'resize', @requestHeightAndWidthMeasurement
|
||||
|
||||
updateSync: ->
|
||||
@presenter.applyChanges()
|
||||
@presenter.update()
|
||||
|
||||
@oldState ?= {}
|
||||
@newState = @presenter.state
|
||||
|
||||
Reference in New Issue
Block a user