Skip to content

Commit 94d5ad7

Browse files
committed
#487 Add proper javadoc comments to core/lib/pattern_exporter.js
1 parent 7786549 commit 94d5ad7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

core/lib/pattern_exporter.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ var fs = require('fs-extra');
44

55
var pattern_exporter = function () {
66

7+
/**
8+
* Exports pattern to a location
9+
*
10+
* @param patternlab {object} patternlab reference
11+
*/
712
function exportPatterns(patternlab) {
813
//read the config export options
914
var exportPartials = patternlab.config.patternExportPatternPartials;

0 commit comments

Comments
 (0)