mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Merge pull request #113 from github/tree-massage
Cleaning up the tree view style
This commit is contained in:
@@ -10,7 +10,7 @@ class Directory
|
||||
constructor: (@path) ->
|
||||
|
||||
getBaseName: ->
|
||||
fs.base(@path) + '/'
|
||||
fs.base(@path)
|
||||
|
||||
getPath: -> @path
|
||||
|
||||
|
||||
Reference in New Issue
Block a user