Skip to content

Commit

Permalink
uncovered change to a file
Browse files Browse the repository at this point in the history
  • Loading branch information
mister-ben committed Apr 11, 2024
1 parent 8e5870f commit cb03914
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/js/player.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,15 @@ import './title-bar.js';
// Import Html5 tech, at least for disposing the original video tag.
import './tech/html5.js';

// Just something as an uncovered change.
let aa;

if (1 === 1) {
aa = 'b';
}

window.console.log(aa);

// The following tech events are simply re-triggered
// on the player when they happen
const TECH_EVENTS_RETRIGGER = [
Expand Down

0 comments on commit cb03914

Please sign in to comment.