From 8ee1cc8d277b222a69aff95dad6e49eac21e011a Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Mon, 14 May 2012 18:43:57 -0400 Subject: [PATCH] Minor cleanup in post-compile.js. Former-commit-id: 94ec69e163de2874385e0a2abaa7ef62c075005e --- build/post-compile.js | 1 - 1 file changed, 1 deletion(-) diff --git a/build/post-compile.js b/build/post-compile.js index f7a4f6a9e..d369082cd 100644 --- a/build/post-compile.js +++ b/build/post-compile.js @@ -18,7 +18,6 @@ * Post-process a given minified JavaScript `source`, preparing it for * deployment. * - * @private * @param {String} source The source to process. * @returns {String} Returns the processed source. */