Skip to content

Commit

Permalink
misc: closure cleanup in viewer from #5231 (#5235)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulirish authored May 16, 2018
1 parent d5c0b19 commit 4353ef4
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions lighthouse-viewer/app/src/viewer-ui-features.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,6 @@ class ViewerUIFeatures extends ReportUIFeatures {
return ReportGenerator.generateReportHtml(this.json);
}

/**
* @override
*/
openTabAndSendJsonReport() {
throw new Error('Cannot send JSON to Viewer from Viewer.');
}

/**
* @override
*/
Expand Down

0 comments on commit 4353ef4

Please sign in to comment.