Files
FYS-STK4155/doc/pub/Intro2Course/html/reveal.js/test/test-pdf.js
T
2018-08-23 05:26:44 +02:00

16 lines
303 B
JavaScript

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 });