mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04:00
get out of there
This commit is contained in:
@@ -13,13 +13,5 @@ class Project extends Document
|
||||
open: (path) ->
|
||||
return false if not fs.isDirectory url
|
||||
|
||||
#if not @path
|
||||
|
||||
#parent = @path.replace(/([^\/])$/, "$1/")
|
||||
#child = path.replace(/([^\/])$/, "$1/")
|
||||
|
||||
# If the child is contained by the parent, it can be opened by this window
|
||||
#child.match "^" + parent
|
||||
|
||||
@path = path
|
||||
@show()
|
||||
|
||||
Reference in New Issue
Block a user