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,
range: true,
comment: true,
attachComment: true
attachComments: true
});
var acornAST = babelEslint.parse(code);
try {