mirror of
https://github.com/atom/atom.git
synced 2026-01-24 14:28:14 -05:00
there isn't always an activeResource
This commit is contained in:
@@ -23,7 +23,7 @@ class Project extends Resource
|
||||
activeResource: null
|
||||
|
||||
responder: ->
|
||||
@activeResource
|
||||
@activeResource or this
|
||||
|
||||
open: (url) ->
|
||||
if not @url
|
||||
|
||||
Reference in New Issue
Block a user