Add private tag to unexposed functions. [ci skip]

This commit is contained in:
John-David Dalton
2016-08-01 17:13:39 -07:00
parent 6dd8fb12ad
commit d216106b88
5 changed files with 10 additions and 0 deletions

View File

@@ -21,6 +21,7 @@ var filePairs = [
/**
* Creates supplementary Lodash modules at the `target` path.
*
* @private
* @param {string} target The output directory path.
*/
function build(target) {