Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documented plugin utils #1621

Merged
merged 4 commits into from
Mar 22, 2017

Conversation

offtherailz
Copy link
Member

Added some documentation for plugin utils method, to clarify how it works.

@@ -132,6 +137,12 @@ const PluginsUtils = {
const pluginsReducers = getReducers(plugins);
return combineReducers(assign({}, reducers, pluginsReducers));
},
/**
* Produces the rootEpic for the plugins, combined wit other epics passed as 2nd argument
* @param {array} plugins the plugins
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

typo: with other

@coveralls
Copy link

Coverage Status

Coverage remained the same at 77.635% when pulling 6fc8a3a on offtherailz:doc_plugin_utils into b600784 on geosolutions-it:master.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 77.635% when pulling 95e4b84 on offtherailz:doc_plugin_utils into b600784 on geosolutions-it:master.

@coveralls
Copy link

Coverage Status

Coverage increased (+0.01%) to 77.645% when pulling 461ce12 on offtherailz:doc_plugin_utils into b600784 on geosolutions-it:master.

@offtherailz offtherailz merged commit 1839f96 into geosolutions-it:master Mar 22, 2017
offtherailz added a commit that referenced this pull request Mar 22, 2017
@offtherailz offtherailz deleted the doc_plugin_utils branch March 21, 2018 08:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants