Suppress eslint error in compatibility code

This commit is contained in:
Guangcong Luo 2019-02-26 19:25:21 -06:00
parent e93277437d
commit ebdd3f5871

View File

@ -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();