This commit is contained in:
syuilo 2017-02-09 20:15:44 +09:00
parent df5a8768ec
commit bfde797c17

View file

@ -141,7 +141,6 @@ const elements = [
const bar = code.substr(match.length + 1).match(/^[a-zA-Z0-9_-]+/);
if (bar) {
if (!keywords.some(k => k == bar)) {
console.log(bar[0]);
vars.push(bar[0]);
}
}