This commit is contained in:
Kevin Sawicki
2012-11-03 10:36:50 -07:00
parent 4926d32f00
commit 9ef13eaea0

View File

@@ -81,7 +81,6 @@ class StatusBar extends View
else if @git.isPathNew(path)
@gitStatusIcon.append $$ -> @span '\uf26b', class: 'new-status-icon'
updatePathText: ->
if path = @editor.getPath()
@currentPath.text(@rootView.project.relativize(path))