Skip to content

Commit 6e62b35

Browse files
committed
get rid of unneeded _has(gl2d)
1 parent 4786b6e commit 6e62b35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/plots/plots.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1371,7 +1371,7 @@ plots.supplyLayoutModuleDefaults = function(layoutIn, layoutOut, fullData, trans
13711371
}
13721372

13731373
// ensure all cartesian axes have at least one subplot
1374-
if(layoutOut._has('cartesian') || layoutOut._has('gl2d')) {
1374+
if(layoutOut._has('cartesian')) {
13751375
Cartesian.finalizeSubplots(layoutIn, layoutOut);
13761376
}
13771377

0 commit comments

Comments
 (0)