no object shorthand (#13205)

This commit is contained in:
Tony Murray
2021-09-08 08:28:48 -05:00
committed by GitHub
parent 539efcf011
commit 4bdc80d634

View File

@@ -627,9 +627,9 @@
type: 'POST',
url: ajax_url + '/dash/' + data_type,
data: {
id,
dimensions: { x: $widget_body.width(), y: $widget_body.height() },
settings,
id: id,
dimensions: {x: $widget_body.width(), y: $widget_body.height()},
settings: settings
},
dataType: 'json',
success: function (data) {