Skip to content

Commit 9101d7a

Browse files
committed
rename _draw to drawOne
1 parent 3aeeced commit 9101d7a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/legend/draw.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ var MAIN_TITLE = 1;
2626

2727
module.exports = function draw(gd, opts) {
2828
if(!opts) opts = gd._fullLayout.legend || {};
29-
_draw(gd, opts);
29+
drawOne(gd, opts);
3030
};
3131

32-
function _draw(gd, legendObj) {
32+
function drawOne(gd, legendObj) {
3333
var fullLayout = gd._fullLayout;
3434
var clipId, layer;
3535

0 commit comments

Comments
 (0)