Skip to content

Commit

Permalink
fix sandcastle warning
Browse files Browse the repository at this point in the history
  • Loading branch information
ggetz committed Mar 28, 2023
1 parent ba022f7 commit 2dd4240
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Apps/Sandcastle/Sandcastle-helpers.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
`};\n` +
`if (typeof Cesium !== 'undefined') {\n` +
` window.startupCalled = true;\n` +
` window.startup(Cesium).catch((error) => {\n` +
` window.startup(Cesium).catch((error) => {\n` +
` "use strict";\n` +
` console.error(error);\n` +
` });\n` +
`}\n`
Expand Down

0 comments on commit 2dd4240

Please sign in to comment.