Skip to content

Commit

Permalink
removed unnecessary assignment of CESIUM_BASE_URL
Browse files Browse the repository at this point in the history
  • Loading branch information
Larcius committed Jul 13, 2016
1 parent ddbb732 commit 2d0340b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion Examples/amd_except_cesium.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
<html lang="en">
<head>
<title>Cesium-Navigation Example (using AMD except Cesium)</title>
<script type="text/javascript">var CESIUM_BASE_URL = "node_modules/cesium/Build/Cesium"</script>
<script src="node_modules/cesium/Build/Cesium/Cesium.js"></script>
<script type="text/javascript" src="node_modules/requirejs/require.js"></script>
<script src="Source/SpirographPositionProperty.js"></script>
Expand Down
1 change: 0 additions & 1 deletion Examples/standalone.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
<html lang="en">
<head>
<title>Cesium-Navigation Example (standalone)</title>
<script type="text/javascript">var CESIUM_BASE_URL = "node_modules/cesium/Build/Cesium";</script>
<script src="node_modules/cesium/Build/Cesium/Cesium.js"></script>
<!-- IMPORTANT: because the cesium navigation viewer mixin depends on Cesium be sure to load it after Cesium -->
<script src="dist/standalone/viewerCesiumNavigationMixin.min.js"></script>
Expand Down

0 comments on commit 2d0340b

Please sign in to comment.