Skip to content
This repository has been archived by the owner on Jun 7, 2024. It is now read-only.

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 Apr 15, 2016
1 parent 0c39eba commit 9cd2e13
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 9cd2e13

Please sign in to comment.