aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeddy Wing2020-05-05 22:42:16 +0200
committerTeddy Wing2020-05-05 22:42:39 +0200
commite1383d531a4c3eb4d83e500aad09f92967abd395 (patch)
tree648d924a8e40386134586a4bc54acdb43e526392
parenta70c71fe4e24d0953f01cefdd8b73571716c290b (diff)
downloadnetflix-immersive-e1383d531a4c3eb4d83e500aad09f92967abd395.tar.bz2
src/index.ts: Remove commented global variable
That was for testing and is no longer needed.
-rw-r--r--src/index.ts2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/index.ts b/src/index.ts
index 8c24c2a..1ea3d28 100644
--- a/src/index.ts
+++ b/src/index.ts
@@ -3,8 +3,6 @@ import { styles } from './styles';
with_player(function(player) {
- // window.player = player;
-
init_mutation_observer(player);
});