Skip to content

Commit 754d457

Browse files
committed
Add Cartesian3.clone to extern.
1 parent 7de670f commit 754d457

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Cesium.externs.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -669,6 +669,13 @@ Cesium.Cartesian3.cross = function(left, right, opt_result) {};
669669
*/
670670
Cesium.Cartesian3.clone = function(cartesian, opt_result) {};
671671

672+
/**
673+
* @param {Cesium.Cartesian3=} opt_result
674+
* @return {!Cesium.Cartesian3}
675+
*/
676+
Cesium.Cartesian3.prototype.clone = function(opt_result) {};
677+
678+
672679

673680
/**
674681
* @param {Cesium.Cartesian3} left

0 commit comments

Comments
 (0)