Merge pull request #113 from github/tree-massage

Cleaning up the tree view style
This commit is contained in:
Jon Rohan
2012-12-26 17:13:46 -08:00
7 changed files with 177 additions and 51 deletions

View File

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