Update section comments

This commit is contained in:
Ben Ogle 2014-09-10 11:52:57 -07:00
parent 2e219f288d
commit 6a0a842de4
2 changed files with 1 additions and 5 deletions

View File

@ -45,7 +45,7 @@ class PackageManager
@registerPackageActivator(this, ['atom', 'textmate'])
###
Section: Event
Section: Event Subscription
###
# Essential: Invoke the given callback when all packages have been activated.

View File

@ -20,10 +20,6 @@ class Package
@stylesheetsDir: 'stylesheets'
###
Section: Class Methods
###
@loadMetadata: (packagePath, ignoreErrors=false) ->
if metadataPath = CSON.resolve(path.join(packagePath, 'package'))
try