mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04:00
📝 doc parameters in package-manager.coffee
This commit is contained in:
@@ -181,7 +181,7 @@ class PackageManager
|
||||
|
||||
# Get packages for a certain package type
|
||||
#
|
||||
# * types: an {Array} of {String}s like ['atom', 'textmate']
|
||||
# types - an {Array} of {String}s like ['atom', 'textmate'].
|
||||
getLoadedPackagesForTypes: (types) ->
|
||||
pack for pack in @getLoadedPackages() when pack.getType() in types
|
||||
|
||||
|
||||
Reference in New Issue
Block a user