From e78b0994c2a829f59f6612e70e6f9c0461eca058 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89tienne=20T=C3=A9treault-Pinard?= Date: Wed, 5 Oct 2016 22:29:39 -0400 Subject: [PATCH] rm useless return in makePlotFramework --- src/plot_api/plot_api.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/plot_api/plot_api.js b/src/plot_api/plot_api.js index 986b9cce4cb..44598d4a576 100644 --- a/src/plot_api/plot_api.js +++ b/src/plot_api/plot_api.js @@ -2794,6 +2794,4 @@ function makePlotFramework(gd) { fullLayout._hoverlayer = fullLayout._toppaper.append('g').classed('hoverlayer', true); gd.emit('plotly_framework'); - - return 'FRAMEWORK'; }