Merge branch 'master' into code-generator
Conflicts: package.json
This commit is contained in:
@@ -15,7 +15,7 @@ var go = function (getBody, node, file) {
|
||||
};
|
||||
|
||||
// traverse the function and find all alias functions so we can alias
|
||||
// arguments and this if neccesary
|
||||
// arguments and this if necessary
|
||||
traverse(node, function (node) {
|
||||
var _aliasFunction = node._aliasFunction;
|
||||
if (!_aliasFunction) {
|
||||
|
||||
Reference in New Issue
Block a user