From be76bf3d232d57a86e3fced0e73defb8aef37fbf Mon Sep 17 00:00:00 2001
From: Hakim El Hattab
Date: Sat, 24 Mar 2012 12:48:16 -0400
Subject: classList polyfill included for ie9
---
README.md | 2 ++
index.html | 4 ++++
lib/classList.js | 3 +++
3 files changed, 9 insertions(+)
create mode 100644 lib/classList.js
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 @@
+
+
+
+