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) {
122
122
}
123
123
124
124
// 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' ) ;
126
126
127
127
gd . firstscatter = false ;
128
128
return cd ;
Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ module.exports = function calc(gd, trace) {
91
91
calcColorscale ( trace ) ;
92
92
93
93
// 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' ) ;
95
95
96
96
return cd ;
97
97
} ;
You can’t perform that action at this time.
0 commit comments