mirror of
https://github.com/atom/atom.git
synced 2026-02-09 14:15:24 -05:00
too soon
This commit is contained in:
@@ -68,12 +68,6 @@ class Project extends Resource
|
||||
save: ->
|
||||
@activeResource?.save()
|
||||
|
||||
close: ->
|
||||
if @activeResource
|
||||
@activeResource.close()
|
||||
else
|
||||
super
|
||||
|
||||
# Determines if a passed URL is a child of @url.
|
||||
# Returns a Boolean.
|
||||
childURL: (url) ->
|
||||
|
||||
Reference in New Issue
Block a user