aboutsummaryrefslogtreecommitdiff
path: root/js/reveal.js
diff options
context:
space:
mode:
authorAlex Batista <alexbatista.asb@gmail.com>2015-09-29 21:01:50 -0300
committerAlex Batista <alexbatista.asb@gmail.com>2015-09-29 21:01:50 -0300
commite258db0994a435075b0c94b757abb40adf90aa18 (patch)
treef62d291607dd91bf53dee8cb26b4c46aeb3933d0 /js/reveal.js
parent28e01908c4831e1a9f34764b776333fe6a5eb87e (diff)
downloadfreenode-live-2017-presentation-e258db0994a435075b0c94b757abb40adf90aa18.tar
freenode-live-2017-presentation-e258db0994a435075b0c94b757abb40adf90aa18.tar.gz
UPDATED - Improvement of code. Now none flag is used, but the readyState property from video element
Diffstat (limited to 'js/reveal.js')
-rw-r--r--js/reveal.js3
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,