We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25fe1c9 commit 9cb8f87Copy full SHA for 9cb8f87
src/lib/index.js
@@ -660,7 +660,7 @@ lib.minExtend = function(obj1, obj2) {
660
v = obj1[k];
661
if(k.charAt(0) === '_' || typeof v === 'function') continue;
662
else if(k === 'module') objOut[k] = v;
663
- else if(Array.isArray(v)) {
+ else if(lib.isArrayOrTypedArray(v)) {
664
if(k === 'colorscale') {
665
objOut[k] = v.slice();
666
} else {
0 commit comments