From 78471b4595b319349d30a8819b4f44d2e0f9814e Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Sun, 9 Sep 2012 11:55:24 -0700 Subject: [PATCH] Cleanup test files. Former-commit-id: 3b138bc74c2f4c2c6d374893c0f90a8422a7248b --- build/minify.js | 8 ++++---- test/index.html | 3 --- test/test-build.js | 4 ++-- 3 files changed, 6 insertions(+), 9 deletions(-) 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('