Skip to content

Commit aac197e

Browse files
committed
lint
1 parent a79aba3 commit aac197e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/components/modebar/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,7 @@ proto.updateActiveButton = function(buttonClicked) {
200200

201201
/**
202202
* Check if modebar is configured as button configuration argument
203+
*
203204
* @Param {object} buttons 2d array of grouped button names
204205
* @Return {boolean}
205206
*/

src/plot_api/plot_api.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ var plots = Plotly.Plots;
3232
* object describing the overall display of the plot,
3333
* all the stuff that doesn't pertain to any individual trace
3434
* @param {object} config
35-
* configuration options
35+
* configuration options (see ./plot_config.js for more info)
3636
*
3737
*/
3838
Plotly.plot = function(gd, data, layout, config) {

0 commit comments

Comments
 (0)