Skip to content

Commit 0accd7b

Browse files
committed
src/snapshot/helpers.js
1 parent a813e54 commit 0accd7b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/snapshot/helpers.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ exports.getDelay = function(fullLayout) {
77

88
return (
99
fullLayout._has('gl3d') ||
10-
fullLayout._has('gl2d') ||
1110
fullLayout._has('mapbox') ||
1211
fullLayout._has('map')
1312
) ? 500 : 0;

0 commit comments

Comments
 (0)