more accurate types.isReferenced comment

This commit is contained in:
Sebastian McKenzie 2015-01-28 20:09:37 +11:00
parent f2fc6d8852
commit 2a47afebde

View File

@ -226,7 +226,7 @@ t.prependToMemberExpression = function (member, append) {
};
/**
* Check if the input `node` is going to be evaluated, ie. is a refernece.
* Check if the input `node` is a reference to a bound variable.
*
* @param {Object} node
* @param {Object} parent