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