From: Hakim El Hattab Date: Sat, 24 Mar 2012 16:48:16 +0000 (-0400) Subject: classList polyfill included for ie9 X-Git-Tag: 1.2.0~8 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=be76bf3d232d57a86e3fced0e73defb8aef37fbf;p=reveal.js.git classList polyfill included for ie9 --- diff --git a/README.md b/README.md index 93bb6a6..647d07c 100644 --- a/README.md +++ b/README.md @@ -64,6 +64,8 @@ Reveal.initialize({ - Config option for disabling updates to URL, defaults to true - Anchors with image children no longer rotate in 3D on hover - Support for mouse wheel navigation ([naugtur](https://github.com/naugtur)) +- Delayed updates to URL hash to work around a bug in Chrome +- Included a classList polyfill for IE9 #### 1.1 diff --git a/index.html b/index.html index 1518eb9..9db7802 100644 --- a/index.html +++ b/index.html @@ -209,7 +209,11 @@ + + + +