From 83b56d1270cdb179b64a1be51f8c1e7fe586c35e Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Mon, 1 Apr 2019 20:16:24 +0200 Subject: Added content --- test/test-pdf.js | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'test/test-pdf.js') diff --git a/test/test-pdf.js b/test/test-pdf.js index 1ebf997..60e1bae 100644 --- a/test/test-pdf.js +++ b/test/test-pdf.js @@ -1,12 +1,12 @@ -Reveal.addEventListener( 'ready', function() { +Reveal.addEventListener('ready', function () { - // Only one test for now, we're mainly ensuring that there - // are no execution errors when running PDF mode + // Only one test for now, we're mainly ensuring that there + // are no execution errors when running PDF mode - QUnit.test( 'Reveal.isReady', function( assert ) { - assert.strictEqual( Reveal.isReady(), true, 'returns true' ); - }); + QUnit.test('Reveal.isReady', function (assert) { + assert.strictEqual(Reveal.isReady(), true, 'returns true'); + }); -} ); +}); -Reveal.initialize({ pdf: true }); +Reveal.initialize({pdf: true}); -- cgit v1.2.3