зеркало из https://github.com/mozilla/popcorn-js.git
[t1132] lint fixes
This commit is contained in:
Родитель
3904496da6
Коммит
3c114401bd
|
@ -45,7 +45,7 @@
|
||||||
container.style.zIndex = videoZ + 1;
|
container.style.zIndex = videoZ + 1;
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
container.style.zIndex = VIDEO_OVERLAY_Z
|
container.style.zIndex = VIDEO_OVERLAY_Z;
|
||||||
}
|
}
|
||||||
|
|
||||||
document.body.appendChild( container );
|
document.body.appendChild( container );
|
||||||
|
@ -78,8 +78,6 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
check();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
Popcorn.plugin( "image", {
|
Popcorn.plugin( "image", {
|
||||||
|
|
Загрузка…
Ссылка в новой задаче