readme update
authorHakim El Hattab <hakim.elhattab@gmail.com>
Thu, 19 Jul 2012 01:21:27 +0000 (21:21 -0400)
committerHakim El Hattab <hakim.elhattab@gmail.com>
Thu, 19 Jul 2012 01:21:27 +0000 (21:21 -0400)
README.md
index.html

index 788fe6d67ad049d8a0ab3c048156c3302bfecb9d..acc41477915eeb9cc9358eda8f5c3464be4bb02f 100644 (file)
--- a/README.md
+++ b/README.md
@@ -175,6 +175,7 @@ You can change the appearance of the speaker notes by editing the file at `plugi
 - Bumped up default font-size for code samples
 - Added beige theme
 - Added 'autoSlide' config
+- Bug fix: The 'slidechanged' event is now firing upon 'hashchange'. Thanks [basecode](https://github.com/basecode)
 
 #### 1.3
 - Revised keyboard shortcuts, including ESC for overview, N for next, P for previous. Thanks [mahemoff](https://github.com/mahemoff)
index d67c17919d2968bd1ee95dfe868dfd7bd8f45498..92d2209cc80a2bc0c6f459ad9c2284244952b682 100644 (file)
@@ -285,7 +285,7 @@ function linkify( selector ) {
                                        controls: true,
                                        progress: true,
                                        history: true,
-
+                                       
                                        theme: query.theme || 'default', // default/neon/beige
                                        transition: query.transition || 'default' // default/cube/page/concave/linear(2d)
                                });