names for the toplist methods

This commit is contained in:
soulgalore 2014-10-05 21:47:14 +02:00
parent fb9ad9fb05
commit 4b285a4fb2
1 changed files with 2 additions and 2 deletions

View File

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