8000 lint (name module.exports functions to help out during debugging) · codejets/plotly.js@c1055b6 · GitHub
[go: up one dir, main page]

Skip to content

Commit c1055b6

Browse files
committed
lint (name module.exports functions to help out during debugging)
1 parent dccf3ed commit c1055b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/traces/bar/plot.js

Lines changed: 1 addition & 1 deletion
< 3A24 td data-grid-cell-id="diff-e5a908bc8cc6eacabde0c549eb2b81bf2d4c256eb19b160e572e65c581fbd80b-24-24-2" data-line-anchor="diff-e5a908bc8cc6eacabde0c549eb2b81bf2d4c256eb19b160e572e65c581fbd80bR24" data-selected="false" role="gridcell" style="background-color:var(--bgColor-default);padding-right:24px" tabindex="-1" valign="top" class="focusable-grid-cell diff-text-cell right-side-diff-cell left-side">
fullLayout = gd._fullLayout;
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ var Color = require('../../components/color');
1818
var arraysToCalcdata = require('./arrays_to_calcdata');
1919

2020

21-
module.exports = function(gd, plotinfo, cdbar) {
21+
module.exports = function plot(gd, plotinfo, cdbar) {
2222
var xa = plotinfo.x(),
2323
ya = plotinfo.y(),
2424

0 commit comments

Comments
 (0)
0