aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2014-04-20 11:29:44 +0200
committerHakim El Hattab <hakim.elhattab@gmail.com>2014-04-20 11:29:44 +0200
commitfb7253187d1e7874bba702d9fd4cbdc620aa4955 (patch)
tree5357c211f2ce69887c9b2b89d64244f169aca91f /index.html
parent4a39aecbab17652b03bd863474dc0c458c96881a (diff)
downloadfreenode-live-2017-presentation-fb7253187d1e7874bba702d9fd4cbdc620aa4955.tar
freenode-live-2017-presentation-fb7253187d1e7874bba702d9fd4cbdc620aa4955.tar.gz
correction to javascript code sample
Diffstat (limited to 'index.html')
-rw-r--r--index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html
index 25b0d76..0aece4c 100644
--- a/index.html
+++ b/index.html
@@ -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' );
} );