diff options
author | Hakim El Hattab | 2013-03-08 19:05:58 -0500 |
---|---|---|
committer | Hakim El Hattab | 2013-03-08 19:05:58 -0500 |
commit | 825fe51de9bee6d4727a021f1109e37380eff012 (patch) | |
tree | 341e8536ff6dadea2e71e3a7ed9c65e992b5b1b4 /index.html | |
parent | 2bd5e8b65b5e015c7c7ceffeff845e41811007ed (diff) |
add Reveal.getConfig(), replace use of window.globals (#98)
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 13 |
1 files changed, 6 insertions, 7 deletions
@@ -358,13 +358,12 @@ function linkify( selector ) { theme: Reveal.getQueryHash().theme, // available themes are in /css/theme transition: Reveal.getQueryHash().transition || 'default', // default/cube/page/concave/zoom/linear/fade/none - globals: { - // Generate a unique id and secret at http://revealjs.jit.su/token - multiplex: { - id: '7d10234555b923e2', - secret: '13627859051503309760', - url: 'revealjs.jit.su:80' - } + + // Generate a unique id and secret at http://revealjs.jit.su/token + multiplex: { + id: '', + secret: '', + url: 'revealjs.jit.su:80' }, // Optional libraries used to extend on reveal.js |