Move slides from other repos
This commit is contained in:
parent
1407e61bba
commit
6a64544e13
328 changed files with 59715 additions and 0 deletions
15
drupal-vm-generator/2016-04-02-drupal-bristol/slides/test/test-pdf.js
Executable file
15
drupal-vm-generator/2016-04-02-drupal-bristol/slides/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