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

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
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
fullLayout = gd._fullLayout;

0 commit comments

Comments
 (0)