Skip to content

Commit 3851a75

Browse files
committed
small bug fix
1 parent a40e623 commit 3851a75

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

inst/htmlwidgets/plugins/Leaflet.Graticule/Graticule-binding.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
interval: interval,
77
sphere: sphere,
88
style: style
9-
}), options || {}),
9+
}, options || {})),
1010
'shape', layerId, group);
1111
}).call(this);
1212
};

inst/htmlwidgets/plugins/Leaflet.Terminator/Terminator-binding.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
resolution: resolution,
77
time: time,
88
group: group
9-
}), options || {}),
9+
}, options || {})),
1010
'shape', layerId, group);
1111
}).call(this);
1212
};

0 commit comments

Comments
 (0)