Set path as tab title attribute

This commit is contained in:
Kevin Sawicki
2013-01-30 15:08:23 -08:00
parent 034281a638
commit 8b3ade2904

View File

@@ -38,3 +38,4 @@ class Tab extends View
fileNameText = 'untitled'
@fileName.text(fileNameText)
@fileName.attr('title', @editSession.getPath())