Move slides from other repos

This commit is contained in:
Oliver Davies 2017-07-02 21:03:12 +01:00
parent 1407e61bba
commit 6a64544e13
328 changed files with 59715 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 });