Skip to content

Commit 34c009c

Browse files
committed
Fix Cesium.BillboardCollection.add extern
1 parent 2d48300 commit 34c009c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cesium.externs.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ Cesium.optionsBillboardCollectionAdd;
122122

123123
/**
124124
* @param {Cesium.optionsBillboardCollectionAdd} opt_opts .
125-
* @return {Cesium.Billboard} .
125+
* @return {!Cesium.Billboard} .
126126
*/
127127
Cesium.BillboardCollection.prototype.add = function(opt_opts) {};
128128

0 commit comments

Comments
 (0)