Skip to content

Commit daecec2

Browse files
committed
rm useless comment about fits ;)
1 parent 18d520f commit daecec2

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/plots/plots.js

-4
Original file line numberDiff line numberDiff line change
@@ -740,10 +740,6 @@ plots.supplyTraceDefaults = function(traceIn, traceIndex, layout) {
740740
supplyTransformDefaults(traceIn, traceOut, layout);
741741
}
742742

743-
// NOTE: I didn't include fit info at all... for now I think it can stay
744-
// just in gd.data, as this info isn't involved in creating plots at all,
745-
// only in pulling back up the fit popover
746-
747743
// reference back to the input object for convenience
748744
traceOut._input = traceIn;
749745

0 commit comments

Comments
 (0)