Himawaan / html5slides

Automatically exported from code.google.com/p/html5slides
0 stars 0 forks source link

Update classList polyfill #9

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Read line 34 of your slides.js and you'll see that I'm missing a comma in my 
classList script, which leaks globals and possibly breaks the script in 
browsers without string.trim. I fixed that in a more recent version of 
classList.js. https://github.com/eligrey/classList.js/blob/master/classList.js

Original issue reported on code.google.com by iSe...@gmail.com on 13 Jul 2011 at 9:43