diff --git a/js/reveal.js b/js/reveal.js
index 3bd75a294f69fa01eb131c3ba3086ed6fbaaaaa0..dd2f990e87226e8a5cc384093e046607aee88ba3 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