aboutsummaryrefslogtreecommitdiffstats
path: root/src/js/source.js
diff options
context:
space:
mode:
authorSam Potts <sam@selz.com>2018-02-17 09:22:19 +1100
committerGitHub <noreply@github.com>2018-02-17 09:22:19 +1100
commit7ac732f45b961301f56877a61d7607b3232537f0 (patch)
tree3f6b9dbc32912a990d0bf1094c5bd33623eb8f59 /src/js/source.js
parenta59dcb2f53bfbe87812611b35832e1e0ba0f8daa (diff)
parentc90f1bdf08c002b55e92222583f994433239fb37 (diff)
downloadplyr-7ac732f45b961301f56877a61d7607b3232537f0.tar.lz
plyr-7ac732f45b961301f56877a61d7607b3232537f0.tar.xz
plyr-7ac732f45b961301f56877a61d7607b3232537f0.zip
Merge branch 'beta' into gulp-unminified-js-output
Diffstat (limited to 'src/js/source.js')
-rw-r--r--src/js/source.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/js/source.js b/src/js/source.js
index 9a6b219c..d252ba6b 100644
--- a/src/js/source.js
+++ b/src/js/source.js
@@ -136,6 +136,9 @@ const source = {
// Setup interface
ui.build.call(this);
}
+
+ // Update the fullscreen support
+ this.fullscreen.update();
},
true,
);