Skip to content

Commit 14ab89c

Browse files
committed
Remove unused BadURLToken.tokenType
1 parent c7859c4 commit 14ab89c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

parse-css.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -529,7 +529,6 @@ class BadURLToken extends CSSParserToken {
529529
}
530530
toSource() { return "url(BAD URL)"}
531531
}
532-
BadURLToken.prototype.tokenType = "BADURL";
533532

534533
class WhitespaceToken extends CSSParserToken {
535534
constructor() {

0 commit comments

Comments
 (0)