csslint: functions MUST end with )

This commit is contained in:
tophf 2017-12-22 01:29:45 +03:00
parent d5d863d998
commit e9a2cb92e3

View File

@ -2823,7 +2823,7 @@ Parser.prototype = function() {
//END: Horrible Hack
tokenStream.match(Tokens.RPAREN);
tokenStream.mustMatch(Tokens.RPAREN);
functionText += ")";
this._readWhitespace();
}