Minor cleanup in post-compile.js.

Former-commit-id: 94ec69e163de2874385e0a2abaa7ef62c075005e
This commit is contained in:
John-David Dalton
2012-05-14 18:43:57 -04:00
parent e4e2658a3b
commit 8ee1cc8d27

View File

@@ -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.
*/