Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: wix-incubator/playable
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 922614ba4dd56bc3d03955c5d3df0a0b0385d197
Choose a base ref
..
head repository: wix-incubator/playable
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 46cc37449aa6b7a86f2e8a7dbee7c19fc7d85ad4
Choose a head ref
Showing with 1 addition and 2 deletions.
  1. +1 −2 src/develop.ts
3 changes: 1 addition & 2 deletions src/develop.ts
Original file line number Diff line number Diff line change
@@ -63,8 +63,7 @@ document.addEventListener('DOMContentLoaded', () => {
rtl: false,
});
player.showLogo();
// player.hideMainUI();
//player.hideOverlay();

Object.defineProperty(window, 'player', {
value: player,
});