mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-09 10:27:49 +00:00
Cleanup test files.
Former-commit-id: 3b138bc74c2f4c2c6d374893c0f90a8422a7248b
This commit is contained in:
@@ -39,8 +39,8 @@
|
||||
*
|
||||
* @param {Array|String} source The array of command-line arguments or the
|
||||
* source to minify.
|
||||
* @param {Object} options The options object containing `onComplete`, `silent`,
|
||||
* and `workingName`.
|
||||
* @param {Object} options The options object containing `onComplete`,
|
||||
* `silent`, and `workingName`.
|
||||
*/
|
||||
function minify(source, options) {
|
||||
options || (options = {});
|
||||
@@ -72,8 +72,8 @@
|
||||
* @private
|
||||
* @constructor
|
||||
* @param {String} source The source to minify.
|
||||
* @param {Object} options The options object containing `onComplete`, `silent`,
|
||||
* and `workingName`.
|
||||
* @param {Object} options The options object containing `onComplete`,
|
||||
* `silent`, and `workingName`.
|
||||
*/
|
||||
function Minify(source, options) {
|
||||
source || (source = '');
|
||||
|
||||
Reference in New Issue
Block a user