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

@@ -863,7 +863,7 @@ describe "Editor", ->
expect(selectionView.regions.length).toBe 3
expect(selectionView.find('.selection').length).toBe 3
selectionView.updateAppearance()
selectionView.updateDisplay()
expect(selectionView.regions.length).toBe 3
expect(selectionView.find('.selection').length).toBe 3