Skip to content

Commit be76bf3

Browse files
committed
classList polyfill included for ie9
1 parent 87529c4 commit be76bf3

3 files changed

Lines changed: 9 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@ Reveal.initialize({
6464
- Config option for disabling updates to URL, defaults to true
6565
- Anchors with image children no longer rotate in 3D on hover
6666
- Support for mouse wheel navigation ([naugtur](https://github.com/naugtur))
67+
- Delayed updates to URL hash to work around a bug in Chrome
68+
- Included a classList polyfill for IE9
6769

6870
#### 1.1
6971

index.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,11 @@ <h3 class="inverted">BY Hakim El Hattab / hakim.se</h3>
209209
</div>
210210

211211
<script src="js/reveal.js"></script>
212+
213+
<!-- Optional libraries for code syntax highlighting and classList support in IE9 -->
212214
<script src="lib/highlight.js"></script>
215+
<script src="lib/classList.js"></script>
216+
213217
<script>
214218
// Parse the query string into a key/value object
215219
var query = {};

lib/classList.js

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)