Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e78b099

Browse files
committed
rm useless return in makePlotFramework
1 parent a708381 commit e78b099

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/plot_api/plot_api.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2794,6 +2794,4 @@ function makePlotFramework(gd) {
27942794
fullLayout._hoverlayer = fullLayout._toppaper.append('g').classed('hoverlayer', true);
27952795

27962796
gd.emit('plotly_framework');
2797-
2798-
return 'FRAMEWORK';
27992797
}

0 commit comments

Comments
 (0)