== --> ===
parent
cb4fe35bac
commit
ffecac6df3
|
@ -3902,7 +3902,7 @@
|
||||||
|
|
||||||
// Returns true if we're currently on the first slide
|
// Returns true if we're currently on the first slide
|
||||||
isFirstSlide: function() {
|
isFirstSlide: function() {
|
||||||
return ( indexh == 0 && indexv == 0 );
|
return ( indexh === 0 && indexv === 0 );
|
||||||
},
|
},
|
||||||
|
|
||||||
// Returns true if we're currently on the last slide
|
// Returns true if we're currently on the last slide
|
||||||
|
|
Loading…
Reference in New Issue