Merge branch 'master' into code-generator

Conflicts:
	package.json
This commit is contained in:
Sebastian McKenzie
2014-10-30 13:29:05 +11:00
6 changed files with 19 additions and 16 deletions

View File

@@ -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) {