From 7e50404ad71ac81432c3792d59b5a489543d7277 Mon Sep 17 00:00:00 2001 From: Hakim El Hattab Date: Mon, 10 Jun 2013 08:43:01 +0200 Subject: [PATCH] markup error correction --- index.html | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/index.html b/index.html index aa4913f..e09ca91 100644 --- a/index.html +++ b/index.html @@ -191,6 +191,18 @@

+
+

Custom Events

+

+ Additionally custom events can be triggered on a per slide basis by binding to the data-state name. +

+

+Reveal.addEventListener( 'customevent', function() {
+	console.log( '"customevent" has fired' );
+} );
+					
+
+

Slide Backgrounds

@@ -211,18 +223,6 @@
-
-

Custom Events

-

- Additionally custom events can be triggered on a per slide basis by binding to the data-state name. -

-

-Reveal.addEventListener( 'customevent', function() {
-	console.log( '"customevent" has fired' );
-} );
-					
-
-

Clever Quotes