diff options
author | Hakim El Hattab <hakim.elhattab@gmail.com> | 2014-04-20 11:29:44 +0200 |
---|---|---|
committer | Hakim El Hattab <hakim.elhattab@gmail.com> | 2014-04-20 11:29:44 +0200 |
commit | fb7253187d1e7874bba702d9fd4cbdc620aa4955 (patch) | |
tree | 5357c211f2ce69887c9b2b89d64244f169aca91f /index.html | |
parent | 4a39aecbab17652b03bd863474dc0c458c96881a (diff) | |
download | fosdem-2018-presentation-fb7253187d1e7874bba702d9fd4cbdc620aa4955.tar fosdem-2018-presentation-fb7253187d1e7874bba702d9fd4cbdc620aa4955.tar.gz |
correction to javascript code sample
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -231,7 +231,7 @@ <p> Additionally custom events can be triggered on a per slide basis by binding to the <code>data-state</code> name. </p> - <pre><code data-trim contenteditable style="font-size: 18px; margin-top: 20px;"> + <pre><code class="javascript" data-trim contenteditable style="font-size: 18px;"> Reveal.addEventListener( 'customevent', function() { console.log( '"customevent" has fired' ); } ); |