mirror of
https://github.com/atom/atom.git
synced 2026-01-24 14:28:14 -05:00
projects arent panes
This commit is contained in:
@@ -17,9 +17,6 @@ class Project extends Resource
|
||||
settings:
|
||||
ignorePattern: /(\.git|\.xcodeproj|\.DS_Store)$/
|
||||
|
||||
html:
|
||||
$ '<div></div>'
|
||||
|
||||
resources: {}
|
||||
|
||||
activeResource: null
|
||||
@@ -33,7 +30,6 @@ class Project extends Resource
|
||||
return false if not fs.isDirectory url
|
||||
|
||||
@url = url
|
||||
@show()
|
||||
atom.trigger 'project:open', this
|
||||
|
||||
true
|
||||
|
||||
Reference in New Issue
Block a user