This commit is contained in:
syuilo 2017-02-09 20:15:44 +09:00
parent df5a8768ec
commit bfde797c17
1 changed files with 0 additions and 1 deletions

View File

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