fix typo: attachComment -> attachComments

This commit is contained in:
Henry Zhu 2015-07-10 18:37:45 -04:00
parent efef3af7b8
commit 61555c6ebd

View File

@ -61,7 +61,7 @@ function parseAndAssertSame(code) {
loc: true, loc: true,
range: true, range: true,
comment: true, comment: true,
attachComment: true attachComments: true
}); });
var acornAST = babelEslint.parse(code); var acornAST = babelEslint.parse(code);
try { try {