From 1f3c3832bae06e1b47155c39f1163aab253eff5b Mon Sep 17 00:00:00 2001 From: Sebastian McKenzie Date: Fri, 13 Feb 2015 18:25:34 +1100 Subject: [PATCH] fix linting errors --- lib/6to5/traversal/scope.js | 1 - 1 file changed, 1 deletion(-) 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 *