Skip to content
Snippets Groups Projects
Commit 46f98ff4 authored by Hakim El Hattab's avatar Hakim El Hattab
Browse files

cut back on spacing

parent 999ac522
No related branches found
No related tags found
No related merge requests found
......@@ -382,14 +382,12 @@ In some cases it can be desirable to run notes on a separate device from the one
```javascript
Reveal.initialize({
...
dependencies: [
{ src: 'socket.io/socket.io.js', async: true },
{ src: 'plugin/notes-server/client.js', async: true }
]
});
```
......@@ -408,7 +406,6 @@ Configuration is via the multiplex object in ```Reveal.initialize```. To generat
```
Reveal.initialize({
...
// Generate a unique id and secret at revealjs.jit.su/token
......@@ -423,7 +420,6 @@ Reveal.initialize({
{ src: 'plugin/multiplex/client.js', async: true, condition: function() { return !!document.body.classList; } },
{ src: 'plugin/multiplex/master.js', async: true, condition: function() { return !!document.body.classList; } },
]
});
```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment