📝 doc parameters in package-manager.coffee

This commit is contained in:
Kevin Sawicki
2014-02-06 16:52:22 -08:00
parent f24389a45b
commit 1e69ede779

View File

@@ -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