Having the trailing / in the directory treeview is cruft

I wanted to remove the trailing / in the tree view. However, I have no
idea if this breaks other stuff?
@nathansobo @probablycorey
This commit is contained in:
Jon Rohan 2012-12-24 17:15:50 -08:00
parent 29c3c9f0a9
commit fbbe59714e

View File

@ -10,7 +10,7 @@ class Directory
constructor: (@path) ->
getBaseName: ->
fs.base(@path) + '/'
fs.base(@path)
getPath: -> @path