lazy load all slide backgrounds
This commit is contained in:
parent
0140a15bae
commit
7158c12eff
3 changed files with 25 additions and 0 deletions
|
@ -101,6 +101,8 @@ Reveal.addEventListener( 'ready', function() {
|
|||
strictEqual( Reveal.getIndices().v, 2, 'v 2' );
|
||||
|
||||
Reveal.slide( 0, 0 );
|
||||
strictEqual( Reveal.getIndices().h, 0, 'h 0' );
|
||||
strictEqual( Reveal.getIndices().v, 0, 'v 0' );
|
||||
});
|
||||
|
||||
test( 'Reveal.getSlide', function() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue