Skip to content

Commit

Permalink
rm useless return in makePlotFramework
Browse files Browse the repository at this point in the history
  • Loading branch information
etpinard committed Oct 6, 2016
1 parent a708381 commit e78b099
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/plot_api/plot_api.js
Original file line number Diff line number Diff line change
Expand Up @@ -2794,6 +2794,4 @@ function makePlotFramework(gd) {
fullLayout._hoverlayer = fullLayout._toppaper.append('g').classed('hoverlayer', true);

gd.emit('plotly_framework');

return 'FRAMEWORK';
}

0 comments on commit e78b099

Please sign in to comment.