Cleanup build files.

Former-commit-id: d19939a34688a8a63979f84eb1a5c5f9c926897b
This commit is contained in:
John-David Dalton
2012-09-30 01:55:26 -07:00
parent de821e55ae
commit 9cc11b8774
4 changed files with 25 additions and 19 deletions

View File

@@ -811,7 +811,7 @@
* Creates a debug and minified build, executing the `callback` for each.
* The `callback` is invoked with 2 arguments; (filePath, source)
*
* @param {Array} [options=[]] The build options array.
* @param {Array} [options=[]] An array of commands.
* @param {Function} callback The function called per build.
*/
function build(options, callback) {