Skip to content

Commit 2d3af26

Browse files
committed
add a javadoc comment to a new funciton
1 parent 93a4bc6 commit 2d3af26

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

core/lib/patternlab.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,10 @@ function checkConfiguration(patternlab) {
7878
patternlab.config.outputFileSuffixes = _.extend(outputFileSuffixes, patternlab.config.outputFileSuffixes);
7979
}
8080

81+
/**
82+
* Finds and calls the main method of any found plugins.
83+
* @param patternlab - global data store
84+
*/
8185
function initializePlugins(patternlab) {
8286
var plugin_manager = new pm(patternlab.config, path.resolve(__dirname, '../../patternlab-config.json'));
8387
var foundPlugins = plugin_manager.detect_plugins();

0 commit comments

Comments
 (0)