Add slides sub-directories for Reveal.js

This commit is contained in:
Oliver Davies 2017-07-02 01:43:57 +01:00
parent c79d949569
commit 76674130d4
395 changed files with 0 additions and 0 deletions

View file

@ -0,0 +1,15 @@
Reveal.addEventListener( 'ready', function() {
// Only one test for now, we're mainly ensuring that there
// are no execution errors when running PDF mode
test( 'Reveal.isReady', function() {
strictEqual( Reveal.isReady(), true, 'returns true' );
});
} );
Reveal.initialize({ pdf: true });