Skip to content

Commit 1490ede

Browse files
authored
Update ScaleLine.js
1 parent ebd9655 commit 1490ede

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/openlayers/control/ScaleLine.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ export class ScaleLine extends ol.control.ScaleLine {
3838
}
3939
this.updateElementRepair(); //NOSONAR
4040
}
41-
super(options);
41+
super(options); //NOSONAR
4242
}
4343

4444
updateElementRepair() {
@@ -160,4 +160,4 @@ export class ScaleLine extends ol.control.ScaleLine {
160160
}
161161
}
162162

163-
ol.supermap.control.ScaleLine = ScaleLine;
163+
ol.supermap.control.ScaleLine = ScaleLine;

0 commit comments

Comments
 (0)