Skip to content

Commit f93f131

Browse files
fixed typo
1 parent 6379aea commit f93f131

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

classList.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ if ("document" in self) {
1616
// Full polyfill for browsers with no classList support
1717
// Including IE < Edge missing SVGElement.classList
1818
if (!("classList" in document.createElement("_"))
19-
|| document.createElementNS && !("classlist" in document.createElementNS("http://www.w3.org/2000/svg","g"))) {
19+
|| document.createElementNS && !("classList" in document.createElementNS("http://www.w3.org/2000/svg","g"))) {
2020

2121
(function (view) {
2222

0 commit comments

Comments
 (0)