Skip to content

Commit 0880ba0

Browse files
committed
Code formatting
1 parent f8fb763 commit 0880ba0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/Collada.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,12 +93,12 @@ requirejs(['./WorldWindShim',
9393
placemarkAttributes.drawLeaderLine = true;
9494
placemarkAttributes.leaderLineAttributes.outlineColor = WorldWind.Color.RED;
9595
placemarkAttributes.imageSource = WorldWind.configuration.baseUrl + "images/crosshair.png";
96-
96+
9797
// The next placemark will portray the closest intersection point to the camera, marked in a different color.
9898
var closestPlacemarkAttributes = new WorldWind.PlacemarkAttributes(placemarkAttributes);
9999
closestPlacemarkAttributes.imageColor = WorldWind.Color.GREEN;
100100
closestPlacemarkAttributes.leaderLineAttributes.outlineColor = WorldWind.Color.GREEN;
101-
101+
102102
// Add click event to trigger the generation of the ray and the computation of its intersctions with the COLLADA model.
103103
var handleClick = function (o) {
104104
if (duckScene == null) {

0 commit comments

Comments
 (0)