Add lodash.underscore.min.js.

Former-commit-id: 15592a33a6f6979a1d60632a6ade3c341f13d0e7
This commit is contained in:
John-David Dalton
2012-09-30 02:04:16 -07:00
parent 9cc11b8774
commit 06f4743f51
3 changed files with 43 additions and 3 deletions

View File

@@ -37,7 +37,7 @@
* The exposed `minify` function minifies a given Lo-Dash `source` and invokes
* the `onComplete` callback when finished.
*
* @param {Array|String} [source=''] THe source to minify or array of commands.
* @param {Array|String} [source=''] The source to minify or array of commands.
* @param {Object} [options={}] The options object.
*/
function minify(source, options) {