diff --git a/build/minify.js b/build/minify.js index 8780ecf31..b04571a96 100755 --- a/build/minify.js +++ b/build/minify.js @@ -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 = ''); diff --git a/test/index.html b/test/index.html index 6b540d456..e41af9920 100644 --- a/test/index.html +++ b/test/index.html @@ -32,9 +32,6 @@ Object.keys = Object._keys; delete Object._keys; - // set to test `_.noConflict` - _ = {}; - // load Lo-Dash again to overwrite the existing `_` value document.write('