Skip to content

Commit

Permalink
Merge pull request #420 from oterral/teo_externs
Browse files Browse the repository at this point in the history
Fix externs of KmlDataSourceLoadOptions
  • Loading branch information
gberaudo authored Nov 16, 2016
2 parents 5ab57d2 + 024cac0 commit eb13901
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Cesium.externs.js
Original file line number Diff line number Diff line change
Expand Up @@ -2647,13 +2647,15 @@ Cesium.KmlDataSource = function() {};
* @typedef {{
* camera: Cesium.Camera,
* canvas: HTMLCanvasElement,
* proxy: (Cesium.DefaultProxy|string)
* proxy: (Cesium.DefaultProxy|undefined),
* sourceUri: (string|undefined),
* clampToGround: (boolean|undefined)
* }}
*/
Cesium.KmlDataSourceLoadOptions;

/**
* @param {string|HTMLDocument|Blob} data
* @param {string|Document|Blob} data
* @param {!Cesium.KmlDataSourceLoadOptions} options
* @return {Cesium.DataSource|Promise.<Cesium.DataSource>}
*/
Expand Down

0 comments on commit eb13901

Please sign in to comment.