new version

This commit is contained in:
Peter Hedenskog 2012-10-01 23:43:29 +02:00
parent 046e62a97c
commit 43d58caa62
1 changed files with 1 additions and 1 deletions

View File

@ -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 {