new version
This commit is contained in:
parent
046e62a97c
commit
43d58caa62
|
|
@ -5964,7 +5964,7 @@ YSLOW.registerRule({
|
|||
score = 100 - comps.length * parseInt(config.points, 10);
|
||||
|
||||
var message = comps.length === 0 ? '' :
|
||||
'There are' + YSLOW.util.plural('%num% font%s%', comps.length) +
|
||||
'There are ' + YSLOW.util.plural('%num% font%s%', comps.length) +
|
||||
' that will add extra overhead.';
|
||||
|
||||
return {
|
||||
|
|
|
|||
Loading…
Reference in New Issue