Skip to content

Commit

Permalink
Merge pull request #2830 from AnalyticalGraphicsInc/doc-typo
Browse files Browse the repository at this point in the history
Fix to example code in PolylineCollection docs
  • Loading branch information
pjcozzi committed Jun 24, 2015
2 parents 925b2bc + cc1d39e commit 9a16ab8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Scene/PolylineCollection.js
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ define([
* // Create a polyline collection with two polylines
* var polylines = new Cesium.PolylineCollection();
* polylines.add({
* position : Cesium.Cartesian3.fromDegreesArray([
* positions : Cesium.Cartesian3.fromDegreesArray([
* -75.10, 39.57,
* -77.02, 38.53,
* -80.50, 35.14,
Expand Down

0 comments on commit 9a16ab8

Please sign in to comment.