remove newlines around macros

This commit is contained in:
buggyj 2014-08-31 17:48:14 +02:00
parent 322c04da53
commit 59244fba91
1 changed files with 1 additions and 1 deletions

View File

@ -121,7 +121,7 @@ var insertMacroCall = function(w,output,macroName,paramString) {
type: "macrocall",
name: macroName,
params: params,
isBlock: true
isBlock: false
});
}