Browse Source

markup error correction

Hakim El Hattab 11 years ago
parent
commit
7e50404ad7
1 changed files with 12 additions and 12 deletions
  1. 12 12
      index.html

+ 12 - 12
index.html

@@ -191,6 +191,18 @@
 					</p>
 				</section>
 
+				<section data-state="customevent">
+					<h2>Custom Events</h2>
+					<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;">
+Reveal.addEventListener( 'customevent', function() {
+	console.log( '"customevent" has fired' );
+} );
+					</code></pre>
+				</section>
+
 				<section>
 					<section data-background="#007777">
 						<h2>Slide Backgrounds</h2>
@@ -211,18 +223,6 @@
 					</section>
 				</section>
 
-				<section data-state="customevent">
-					<h2>Custom Events</h2>
-					<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;">
-Reveal.addEventListener( 'customevent', function() {
-	console.log( '"customevent" has fired' );
-} );
-					</code></pre>
-				</section>
-
 				<section>
 					<h2>Clever Quotes</h2>
 					<p>