names for the toplist methods
This commit is contained in:
parent
fb9ad9fb05
commit
4b285a4fb2
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue