add additional newline to alias functions transformer

This commit is contained in:
Sebastian McKenzie
2015-02-26 00:05:33 +11:00
parent ccd7a6560c
commit 88563a0c26

View File

@@ -48,6 +48,7 @@ var go = function (getBody, node, scope) {
getArgumentsId() {
return argumentsId ||= scope.generateUidIdentifier("arguments");
},
getThisId() {
return thisId ||= scope.generateUidIdentifier("this");
}