mirror of
https://github.com/atom/atom.git
synced 2026-02-08 21:55:05 -05:00
cmd+s in project ⚡
This commit is contained in:
@@ -51,6 +51,9 @@ class Project extends Resource
|
||||
@resources.push @activeResource = resource
|
||||
true
|
||||
|
||||
save: ->
|
||||
@activeResource?.save()
|
||||
|
||||
# Determines if a passed URL is a child of @url.
|
||||
# Returns a Boolean.
|
||||
childURL: (url) ->
|
||||
|
||||
Reference in New Issue
Block a user