Backed out changeset 0f9626b48a66 (bug 1553451) for linting failures. CLOSED TREE
This commit is contained in:
@@ -539,7 +539,6 @@ function parseNamedDeclarations(isCssPropertyKnown, inputString,
|
||||
* @return {Array} an array of objects with the following signature:
|
||||
* [{ "value": string, "type": integer }, ...]
|
||||
*/
|
||||
/* eslint-disable complexity */
|
||||
function parsePseudoClassesAndAttributes(value) {
|
||||
if (!value) {
|
||||
throw new Error("empty input string");
|
||||
@@ -625,7 +624,6 @@ function parsePseudoClassesAndAttributes(value) {
|
||||
|
||||
return result;
|
||||
}
|
||||
/* eslint-enable complexity */
|
||||
|
||||
/**
|
||||
* Expects a single CSS value to be passed as the input and parses the value
|
||||
|
||||
Reference in New Issue
Block a user