We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6379aea commit f93f131Copy full SHA for f93f131
classList.js
@@ -16,7 +16,7 @@ if ("document" in self) {
16
// Full polyfill for browsers with no classList support
17
// Including IE < Edge missing SVGElement.classList
18
if (!("classList" in document.createElement("_"))
19
- || document.createElementNS && !("classlist" in document.createElementNS("http://www.w3.org/2000/svg","g"))) {
+ || document.createElementNS && !("classList" in document.createElementNS("http://www.w3.org/2000/svg","g"))) {
20
21
(function (view) {
22
0 commit comments