1
1
mirror of https://github.com/kokonect-link/cherrypick synced 2024-11-01 15:45:58 +09:00
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]);
}
}