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

correction to javascript code sample

parent 4a39aecb
No related branches found
No related tags found
No related merge requests found
......@@ -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' );
} );
......
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