Skip to content

Commit 2afcd52

Browse files
authored
typo fix def color
1 parent 787e745 commit 2afcd52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/extension/openseadragon-overlays-manage.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@
267267
const path = layer.data[j].geometry.path;
268268
let style = layer.data[j].properties.style;
269269
if (style == undefined || style == null){
270-
style = {"color": "#FF6296")
270+
style = {"color": "#FF6296"};
271271
}
272272
const pathData = layer.data[j];
273273
if(layer.hoverable&&path.contains(img_point.x,img_point.y)){

0 commit comments

Comments
 (0)