Rename updateAppearance to updateDisplay

This commit is contained in:
Corey Johnson & Nathan Sobo
2012-11-13 11:21:46 -08:00
parent 1d3a26e253
commit 9c0f1d428f
4 changed files with 9 additions and 9 deletions

View File

@@ -673,11 +673,11 @@ class Editor extends View
updateCursorViews: ->
for cursorView in @getCursorViews()
cursorView.updateAppearance()
cursorView.updateDisplay()
updateSelectionViews: ->
for selectionView in @getSelectionViews()
selectionView.updateAppearance()
selectionView.updateDisplay()
syncCursorAnimations: ->
for cursorView in @getCursorViews()