diff options
author | Sam Potts <sam@potts.es> | 2021-01-29 23:06:57 +1100 |
---|---|---|
committer | Sam Potts <sam@potts.es> | 2021-01-29 23:06:57 +1100 |
commit | 572aeacf5bf825b32e958363901e45b6c68653a6 (patch) | |
tree | 2e6ed4350afc4618995bbe317a8b2b54c8f45f40 | |
parent | b5592b0fb5bbed4cd1a7c5f7a539a8f4145f6881 (diff) | |
download | plyr-572aeacf5bf825b32e958363901e45b6c68653a6.tar.lz plyr-572aeacf5bf825b32e958363901e45b6c68653a6.tar.xz plyr-572aeacf5bf825b32e958363901e45b6c68653a6.zip |
chore: cleanup commented out code
-rw-r--r-- | src/js/fullscreen.js | 2 |
1 files changed, 0 insertions, 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 |