File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ plots.fontWeight = 'normal';
31
31
/**
32
32
* plots.register: register a module as the handler for a trace type
33
33
*
34
- * @param {object } module the module that will handle plotting this trace type
34
+ * @param {object } _module the module that will handle plotting this trace type
35
35
* @param {string } thisType
36
36
* @param {array of strings } categoriesIn all the categories this type is in,
37
37
* tested by calls: Plotly.Plots.traceIs(trace, oneCategory)
@@ -357,7 +357,7 @@ function positionPlayWithData(gd, container){
357
357
358
358
if ( gd . _context . sendData ) {
359
359
link . on ( 'click' , function ( ) {
360
- plots . sendDataToCloud ( gd )
360
+ plots . sendDataToCloud ( gd ) ;
361
361
} ) ;
362
362
}
363
363
else {
@@ -400,7 +400,7 @@ plots.sendDataToCloud = function(gd) {
400
400
401
401
gd . emit ( 'plotly_afterexport' ) ;
402
402
return false ;
403
- }
403
+ } ;
404
404
405
405
plots . supplyDefaults = function ( gd ) {
406
406
// fill in default values:
You can’t perform that action at this time.
0 commit comments