diff --git a/lib/6to5/traversal/scope.js b/lib/6to5/traversal/scope.js index d408fd5c22..43f2dc97d3 100644 --- a/lib/6to5/traversal/scope.js +++ b/lib/6to5/traversal/scope.js @@ -98,7 +98,6 @@ Scope.prototype._generateUid = function (name, i) { return "_" + id; }; - /* * Description *