Skip to content

Commit

Permalink
fix(class-list): replace implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
wessberg committed Oct 23, 2020
1 parent f7979c1 commit d496f7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/constant/constant.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3102,7 +3102,7 @@ export const constant: IConstant = {
},
"class-list": {
localPaths: ["polyfill-lib/class-list/class-list.js"],
features: ["api.DOMTokenList"],
features: ["api.Element.classList"],
version: "1.0.0",
dependencies: ["dom-token-list"],
contexts: WINDOW_CONTEXT
Expand Down

0 comments on commit d496f7c

Please sign in to comment.