diff options
author | Hakim El Hattab | 2012-10-16 09:28:04 -0400 |
---|---|---|
committer | Hakim El Hattab | 2012-10-16 09:28:04 -0400 |
commit | 558c21e1a3839fa09103c3928b15315bc0928d09 (patch) | |
tree | 927aa201a2addac8ca2393e1d922ab6d362d15a0 | |
parent | 17f3cf4332cb300d08fba2b77416dd281cbebb18 (diff) | |
parent | f0c27efc952ca64686c30c9a80bd99e0f7e7f5b1 (diff) |
Merge branch 'master' of github.com:hakimel/reveal.js
-rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -104,6 +104,8 @@ Reveal.initialize({ // Interpret Markdown in <section> elements { src: 'lib/js/data-markdown.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } }, { src: 'lib/js/showdown.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } }, + // Zoom in and out with Alt+click + { src: 'plugin/zoom-js/zoom.js', condition: function() { return !!document.body.classList; } }, // Speaker notes support { src: 'plugin/speakernotes/client.js', async: true, condition: function() { return window.location.host === 'localhost:1947'; } }, { src: '/socket.io/socket.io.js', async: true, condition: function() { return window.location.host === 'localhost:1947'; } }, @@ -231,3 +233,4 @@ You can change the appearance of the speaker notes by editing the file at `plugi MIT licensed Copyright (C) 2011-2012 Hakim El Hattab, http://hakim.se + |