diff options
author | Alex Batista <alexbatista.asb@gmail.com> | 2015-09-29 21:01:50 -0300 |
---|---|---|
committer | Alex Batista <alexbatista.asb@gmail.com> | 2015-09-29 21:01:50 -0300 |
commit | e258db0994a435075b0c94b757abb40adf90aa18 (patch) | |
tree | f62d291607dd91bf53dee8cb26b4c46aeb3933d0 /js | |
parent | 28e01908c4831e1a9f34764b776333fe6a5eb87e (diff) | |
download | fosdem-2018-presentation-e258db0994a435075b0c94b757abb40adf90aa18.tar fosdem-2018-presentation-e258db0994a435075b0c94b757abb40adf90aa18.tar.gz |
UPDATED - Improvement of code. Now none flag is used, but the readyState property from video element
Diffstat (limited to 'js')
-rw-r--r-- | js/reveal.js | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/js/reveal.js b/js/reveal.js index 5b4a545..3758a41 100644 --- a/js/reveal.js +++ b/js/reveal.js @@ -147,9 +147,6 @@ // Flags if reveal.js is loaded (has dispatched the 'ready' event) loaded = false, - // Flags if video background is loaded - loadeddataVideo = false, - // The horizontal and vertical index of the currently active slide indexh, indexv, |