From 4aba6f31463bf7065c9bd627ad35c20c5f50b52a Mon Sep 17 00:00:00 2001 From: benedikt willi Date: Wed, 26 Mar 2014 15:50:18 +0100 Subject: [PATCH] readd linebreaks --- main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.js b/main.js index b4fdd0a..b0cd06f 100644 --- a/main.js +++ b/main.js @@ -156,7 +156,7 @@ define(function (require, exports, module) { //output += " * @return {type} ???\n"; output.push(" */"); - return prefix + output.join(prefix) + "\n"; + return prefix + output.join("\n" + prefix) + "\n"; }