From 750bff05216e208b84edecf9d4e53b3ae84ea24d Mon Sep 17 00:00:00 2001 From: Lorenzo Natali Date: Wed, 14 Feb 2018 11:43:20 +0100 Subject: [PATCH] Fix documentation issue --- web/client/utils/PluginsUtils.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/client/utils/PluginsUtils.js b/web/client/utils/PluginsUtils.js index d769713094..a7ebd0aa89 100644 --- a/web/client/utils/PluginsUtils.js +++ b/web/client/utils/PluginsUtils.js @@ -218,8 +218,8 @@ const PluginsUtils = { * ... and so on, for every cfg.contanerPosition value found * } * ``` - * @param {[type]} pluginsConfig [description] - * @return {[type]} [description] + * @param {object[]} pluginsConfig The configurations of plugins + * @return {object} An object that spreads the configruations in arrays by their `cfg.containerPosition`. */ mapPluginsPosition: (pluginsConfig = []) => pluginsConfig.reduce( (o, p) => {