We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4df5231 commit 37c8189Copy full SHA for 37c8189
types/leaflet-rotate/leaflet-rotate-tests.ts
@@ -31,6 +31,6 @@ point.rotateFrom(60, point2);
31
const marker = new L.Marker([0, 0], {
32
rotation: 30,
33
rotateWithView: true,
34
- scale: 0.5
+ scale: 0.5,
35
});
36
marker.setRotation(30);
0 commit comments