Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
lahmatiy committed May 15, 2018
1 parent af7cb63 commit 2d93d3f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
3 changes: 0 additions & 3 deletions data/patch.json
Original file line number Diff line number Diff line change
Expand Up @@ -833,9 +833,6 @@
"hsla()": {
"comment": "syntax is broken, remove after https://github.com/mdn/data/pull/226 is merged",
"syntax": "hsla( <hue> <percentage> <percentage> [ / <alpha-value> ]? ) | hsla( <hue>, <percentage>, <percentage>, <alpha-value>? )"
},
"color": {
"syntax": "<rgb()> | <rgba()> | <hsl()> | <hsla()> | <hex-color> | <named-color> | currentcolor | <deprecated-system-color>"
}
}
}
2 changes: 0 additions & 2 deletions lib/lexer/match.js
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,6 @@ function internalMatch(tokens, syntax, syntaxes) {
// push new conditional node to stack
if (syntaxNode.else !== MISMATCH) {
elseStack = {
id: syntaxNode.id,
nextSyntax: syntaxNode.else,
matchStack: matchStack,
syntaxStack: syntaxStack,
Expand All @@ -230,7 +229,6 @@ function internalMatch(tokens, syntax, syntaxes) {

if (syntaxNode.then !== MATCH) {
thenStack = {
id: syntaxNode.id,
nextSyntax: syntaxNode.then,
matchStack: matchStack,
syntaxStack: syntaxStack,
Expand Down

0 comments on commit 2d93d3f

Please sign in to comment.