fixed node name for images
This commit is contained in:
parent
ec243dbb7d
commit
c066250122
|
|
@ -12,8 +12,8 @@ module.exports = new Aggregator('cssImagesPerPage',
|
|||
'', 2,
|
||||
function(pageData) {
|
||||
if (pageData.yslow) {
|
||||
if (pageData.yslow.stats.cssimages) {
|
||||
this.stats.push(pageData.yslow.stats.cssimages.r);
|
||||
if (pageData.yslow.stats.cssimage) {
|
||||
this.stats.push(pageData.yslow.stats.cssimage.r);
|
||||
} else {
|
||||
this.stats.push(0);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue