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