Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Moved Viewer functionality to CesiumWidget class #12202

Merged
merged 9 commits into from
Oct 30, 2024
Prev Previous commit
Next Next commit
fix: fixed jsdoc
  • Loading branch information
jfayot committed Oct 25, 2024
commit 34212ad619e81d08a70a73779f3e6664d7e76c2d
2 changes: 1 addition & 1 deletion packages/engine/Source/Widget/CesiumWidget.js
Original file line number Diff line number Diff line change
Expand Up @@ -849,7 +849,7 @@ Object.defineProperties(CesiumWidget.prototype, {
* For example, if asynchronous primitives are being processed in the
* background, the clock will not advance until the geometry is ready.
*
* @memberof Viewer.prototype
* @memberof CesiumWidget.prototype
*
* @type {boolean}
*/
Expand Down