Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 116ca51

Browse files
committed
Missing comma
Damn!
1 parent e01cf11 commit 116ca51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plot_api/plot_api.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2517,7 +2517,7 @@ function calculateReservedMargins(margins) {
25172517

25182518
function plotAutoSize(gd, aobj) {
25192519
var fullLayout = gd._fullLayout,
2520-
context = gd._context
2520+
context = gd._context,
25212521
computedStyle;
25222522

25232523
var newHeight, newWidth;

0 commit comments

Comments
 (0)