Add old future of Drupal presentation
This commit is contained in:
parent
86f2644483
commit
1b3ec458c4
127 changed files with 20994 additions and 0 deletions
15
future-of-drupal/test/test-pdf.js
Normal file
15
future-of-drupal/test/test-pdf.js
Normal 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 });
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue