Skip to content

Commit 976eefc

Browse files
committed
I should really use eslint
1 parent 6ca8cf5 commit 976eefc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inst/htmlwidgets/plotly.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ HTMLWidgets.widget({
203203
for (var i = 0; i < mapboxIDs.length; i++) {
204204
var id = mapboxIDs[i];
205205
var mapOpts = x.layout[id] || {};
206-
var args = mapOpts._fitBounds || {}
206+
var args = mapOpts._fitBounds || {};
207207
if (!args) {
208208
continue;
209209
}

0 commit comments

Comments
 (0)