From 4b285a4fb237d5fffcde6a852ca79e47525f1000 Mon Sep 17 00:00:00 2001 From: soulgalore Date: Sun, 5 Oct 2014 21:47:14 +0200 Subject: [PATCH] names for the toplist methods --- lib/sitespeed.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/sitespeed.js b/lib/sitespeed.js index 6ba64960b..c5e7fb830 100644 --- a/lib/sitespeed.js +++ b/lib/sitespeed.js @@ -351,8 +351,8 @@ Sitespeed.prototype._createOutput = function(downloadErrors, analysisErrors, cal copyAssets: function(cb) { self.htmlRenderer.copyAssets(self.config.run.absResultDir, cb); }, - renderToplist: function(cb) { - self.htmlRenderer.renderToplist(assets, pages, domains, cb); + renderToplists: function(cb) { + self.htmlRenderer.renderToplists(assets, pages, domains, cb); }, renderScreenshots: function(cb) { if (self.config.screenshot) {