From: Hakim El Hattab Date: Mon, 10 Jun 2013 06:43:01 +0000 (+0200) Subject: markup error correction X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=7e50404ad71ac81432c3792d59b5a489543d7277;p=reveal.js.git markup error correction --- 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