mirror of
https://github.com/tobspr/shapez.io.git
synced 2026-03-02 03:39:21 +00:00
Add TSLint to github actions, fix existing type errors
This commit is contained in:
@@ -102,7 +102,10 @@ export class AdinplayAdProvider extends AdProviderInterface {
|
||||
|
||||
// Add the player
|
||||
const videoElement = this.adContainerMainElement.querySelector(".videoInner");
|
||||
this.adContainerMainElement.querySelector(".adInner").style.maxWidth = w + "px";
|
||||
/** @type {HTMLElement} */
|
||||
const adInnerElement = this.adContainerMainElement.querySelector(".adInner");
|
||||
|
||||
adInnerElement.style.maxWidth = w + "px";
|
||||
|
||||
const self = this;
|
||||
window.aiptag.cmd.player.push(function () {
|
||||
|
||||
Reference in New Issue
Block a user