File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ module.exports = function calc(gd, trace) {
122122 }
123123
124124 // this has migrated up from arraysToCalcdata as we have a reference to 's' here
125- if ( typeof s !== undefined ) Lib . mergeArray ( s , cd , 'ms' ) ;
125+ if ( typeof s !== ' undefined' ) Lib . mergeArray ( s , cd , 'ms' ) ;
126126
127127 gd . firstscatter = false ;
128128 return cd ;
Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ module.exports = function calc(gd, trace) {
9191 calcColorscale ( trace ) ;
9292
9393 // this has migrated up from arraysToCalcdata as we have a reference to 's' here
94- if ( typeof s !== undefined ) Lib . mergeArray ( s , cd , 'ms' ) ;
94+ if ( typeof s !== ' undefined' ) Lib . mergeArray ( s , cd , 'ms' ) ;
9595
9696 return cd ;
9797} ;
You can’t perform that action at this time.
0 commit comments