mirror of
https://github.com/smogon/pokemon-showdown-client.git
synced 2026-03-21 17:50:29 -05:00
Suppress eslint error in compatibility code
This commit is contained in:
parent
e93277437d
commit
ebdd3f5871
|
|
@ -64,6 +64,7 @@ var Replays = {
|
|||
|
||||
// this works around a WebKit/Blink bug relating to float layout
|
||||
var rc2 = this.$('.replay-controls-2')[0];
|
||||
// eslint-disable-next-line no-self-assign
|
||||
if (rc2) rc2.innerHTML = rc2.innerHTML;
|
||||
|
||||
if (window.soundManager && soundManager.ready) this.soundReady();
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user