From 2a47afebde8f90a717fb8b968f0c30fd38c6e369 Mon Sep 17 00:00:00 2001 From: Sebastian McKenzie Date: Wed, 28 Jan 2015 20:09:37 +1100 Subject: [PATCH] more accurate types.isReferenced comment --- lib/6to5/types/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/6to5/types/index.js b/lib/6to5/types/index.js index 21aa975630..78c79f52b9 100644 --- a/lib/6to5/types/index.js +++ b/lib/6to5/types/index.js @@ -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