linker: Add a few newlines before the exports section.

This commit is contained in:
David Glasser
2013-07-19 10:08:10 -07:00
parent ee60b7bcae
commit 15c396b686

View File

@@ -791,7 +791,7 @@ var getFooter = function (options) {
var chunks = [];
if (options.name && options.exports && !_.isEmpty(options.exports)) {
chunks.push("/* Exports */\n");
chunks.push("\n\n/* Exports */\n");
chunks.push("if (typeof Package === 'undefined') Package = {};\n");
chunks.push(packageDot(options.name), " = ");