Explorar el Código

classList polyfill included for ie9

Hakim El Hattab hace 12 años
padre
commit
be76bf3d23
Se han modificado 3 ficheros con 7 adiciones y 0 borrados
  1. 2 0
      README.md
  2. 4 0
      index.html
  3. 1 0
      lib/classList.js

+ 2 - 0
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
 

+ 4 - 0
index.html

@@ -209,7 +209,11 @@
 		</div>
 		
 		<script src="js/reveal.js"></script>
+
+		<!-- Optional libraries for code syntax highlighting and classList support in IE9 -->
 		<script src="lib/highlight.js"></script>
+		<script src="lib/classList.js"></script>
+
 		<script>
 			// Parse the query string into a key/value object
 			var query = {};

La diferencia del archivo ha sido suprimido porque es demasiado grande
+ 1 - 0
lib/classList.js


Algunos archivos no se mostraron porque demasiados archivos cambiaron en este cambio