Closed evgheni-luca closed 8 years ago
There are el.classList.add() function calls in paper-clock-selector.html. I had to shim classList:
paper-clock-selector.html
bower install https://github.com/eligrey/classList.js.git
and add it to my scripts build
<script src="bower_components/classList.js/classList.min.js"></script>
Maybe it is a good idea to add this shim by default?
There are el.classList.add() function calls in
paper-clock-selector.html
. I had to shim classList:bower install https://github.com/eligrey/classList.js.git
and add it to my scripts build
<script src="bower_components/classList.js/classList.min.js"></script>
Maybe it is a good idea to add this shim by default?