1
0
mirror of https://github.com/hakimel/reveal.js.git synced 2025-08-28 00:40:31 +02:00

Merge branch 'master' of github.com:hakimel/reveal.js into dev

This commit is contained in:
Hakim El Hattab
2016-01-04 09:31:46 +01:00
12 changed files with 11 additions and 12 deletions

View File

@@ -40,7 +40,7 @@ console.log( 'Printing PDF (Paper size: '+ page.paperSize.width + 'x' + page.pap
page.open( inputFile, function( status ) {
window.setTimeout( function() {
console.log( 'Printed succesfully' );
console.log( 'Printed successfully' );
page.render( outputFile );
phantom.exit();
}, 1000 );