Add old slides
This commit is contained in:
parent
2d20969ccf
commit
f33406ffe2
428 changed files with 79379 additions and 0 deletions
15
drupal-vm-symfony-console/2016-07-23-drupalcamp-bristol/test/test-pdf.js
Executable file
15
drupal-vm-symfony-console/2016-07-23-drupalcamp-bristol/test/test-pdf.js
Executable 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