csslint: functions MUST end with )
This commit is contained in:
parent
d5d863d998
commit
e9a2cb92e3
|
@ -2823,7 +2823,7 @@ Parser.prototype = function() {
|
||||||
|
|
||||||
//END: Horrible Hack
|
//END: Horrible Hack
|
||||||
|
|
||||||
tokenStream.match(Tokens.RPAREN);
|
tokenStream.mustMatch(Tokens.RPAREN);
|
||||||
functionText += ")";
|
functionText += ")";
|
||||||
this._readWhitespace();
|
this._readWhitespace();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user