Rename applyChanges to update

This commit is contained in:
Antonio Scandurra
2015-02-27 20:42:04 +01:00
parent a4fe18abd5
commit bcc99c163f
2 changed files with 31 additions and 32 deletions

View File

@@ -103,7 +103,7 @@ class TextEditorComponent
window.removeEventListener 'resize', @requestHeightAndWidthMeasurement
updateSync: ->
@presenter.applyChanges()
@presenter.update()
@oldState ?= {}
@newState = @presenter.state