Skip to content

Commit

Permalink
Fix (builder.js): Fix code comments build()
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoscaceres committed Mar 10, 2016
1 parent 4c36eaa commit e618a4f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tools/builder.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,9 @@ var Builder = {
* Async function runs Requirejs' optimizer to generate the output.
*
* using a custom configuration.
* @param {[type]} options [description]
* @return {[type]} [description]
* @param {Object} output The output options
* @param {String} output.out The path where to write the optimized file.
* @param {String} output.version The version number to use.
*/
build(options) {
return async.task(function*() {
Expand Down

0 comments on commit e618a4f

Please sign in to comment.