Sha256: af8f34a29cbf9d1dbeee3e637bc750cc94dd6768cd72e5eec47d7b9182d9b33b
Contents?: true
Size: 303 Bytes
Versions: 38
Compression:
Stored size: 303 Bytes
Contents
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 });
Version data entries
38 entries across 37 versions & 9 rubygems