mirror of
https://github.com/atom/atom.git
synced 2026-01-24 22:38:20 -05:00
Fix typo
This commit is contained in:
@@ -294,7 +294,7 @@ class PackageManager
|
||||
|
||||
# Public: Returns an {Array} of {String}s of all the available package names.
|
||||
getAvailablePackageNames: ->
|
||||
@getAvailablePackages().sort((a) -> a.name)
|
||||
@getAvailablePackages().map((a) -> a.name)
|
||||
|
||||
# Public: Returns an {Array} of {String}s of all the available package metadata.
|
||||
getAvailablePackageMetadata: ->
|
||||
|
||||
Reference in New Issue
Block a user