eslintrc.extends改为了chrome 46
This commit is contained in:
parent
100f187850
commit
c39d0802ac
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"extends": "eslint:recommended",
|
||||
"extends": "chrome 46",
|
||||
"env": {
|
||||
"browser": true,
|
||||
"node": true,
|
||||
|
|
|
@ -34139,7 +34139,7 @@
|
|||
}
|
||||
}
|
||||
var history=[];
|
||||
for(;;){//可以嵌套引用了
|
||||
while(true){//可以嵌套引用了
|
||||
if(history.includes(audioname)) break;
|
||||
history.push(audioname);
|
||||
if(typeof audioinfo=='string'&&lib.skill[audioinfo]){
|
||||
|
|
Loading…
Reference in New Issue