== --> ===

This commit is contained in:
fabiano 2014-05-09 16:11:04 -03:00
parent cb4fe35bac
commit ffecac6df3
1 changed files with 1 additions and 1 deletions

View File

@ -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