From 572aeacf5bf825b32e958363901e45b6c68653a6 Mon Sep 17 00:00:00 2001 From: Sam Potts Date: Fri, 29 Jan 2021 23:06:57 +1100 Subject: [PATCH] chore: cleanup commented out code --- src/js/fullscreen.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/js/fullscreen.js b/src/js/fullscreen.js index 20e958fc..7a7f21a9 100644 --- a/src/js/fullscreen.js +++ b/src/js/fullscreen.js @@ -57,8 +57,6 @@ class Fullscreen { // Update the UI this.update(); - - // this.toggle = this.toggle.bind(this); } // Determine if native supported