aboutsummaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authorfabiano <fabianorosas@gmail.com>2014-05-09 16:11:04 -0300
committerfabiano <fabianorosas@gmail.com>2014-05-09 16:11:04 -0300
commitffecac6df30b00cf35588a00299b610b76a953f2 (patch)
tree9a9f8b1f153526082142674e8bd3f1d0b453d0b8 /js
parentcb4fe35bac514fcacf98b76f094071b9d50a722b (diff)
downloadfreenode-live-2017-presentation-ffecac6df30b00cf35588a00299b610b76a953f2.tar
freenode-live-2017-presentation-ffecac6df30b00cf35588a00299b610b76a953f2.tar.gz
== --> ===
Diffstat (limited to 'js')
-rw-r--r--js/reveal.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/reveal.js b/js/reveal.js
index 3bd75a2..dd2f990 100644
--- a/js/reveal.js
+++ b/js/reveal.js
@@ -3902,7 +3902,7 @@
// Returns true if we're currently on the first slide
isFirstSlide: function() {
- return ( indexh == 0 && indexv == 0 );
+ return ( indexh === 0 && indexv === 0 );
},
// Returns true if we're currently on the last slide