Skip to content

Commit

Permalink
Update dojo to 1.9.1
Browse files Browse the repository at this point in the history
Fixed #883
  • Loading branch information
mramato committed Jul 8, 2013
1 parent 73e8b6b commit fee5ebc
Show file tree
Hide file tree
Showing 1,594 changed files with 733 additions and 273 deletions.
2 changes: 1 addition & 1 deletion Apps/Sandcastle/CesiumSandcastle.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@import url('../../ThirdParty/dojo-release-1.9.0/dijit/themes/claro/claro.css');
@import url('../../ThirdParty/dojo-release-1.9.1/dijit/themes/claro/claro.css');

html, body {
height: 100%;
Expand Down
4 changes: 2 additions & 2 deletions Apps/Sandcastle/CesiumSandcastle.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ require({
baseUrl : '../../Source',
packages : [{
name : 'dojo',
location : '../ThirdParty/dojo-release-1.9.0/dojo'
location : '../ThirdParty/dojo-release-1.9.1/dojo'
}, {
name : 'dijit',
location : '../ThirdParty/dojo-release-1.9.0/dijit'
location : '../ThirdParty/dojo-release-1.9.1/dijit'
}, {
name : 'Sandcastle',
location : '../Apps/Sandcastle'
Expand Down
8 changes: 4 additions & 4 deletions Apps/Sandcastle/gallery/Animations.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
var dojoConfig = {
baseUrl : '../../../Source',
packages: [
{ name: 'dojo', location: '../ThirdParty/dojo-release-1.9.0/dojo' },
{ name: 'dijit', location: '../ThirdParty/dojo-release-1.9.0/dijit' }
{ name: 'dojo', location: '../ThirdParty/dojo-release-1.9.1/dojo' },
{ name: 'dijit', location: '../ThirdParty/dojo-release-1.9.1/dijit' }
]
};
</script>
<script data-dojo-config="async: 1, tlmSiblingOfDojo: 0" src="../../../ThirdParty/dojo-release-1.9.0/dojo/dojo.js"></script>
<link rel="stylesheet" href="../../../ThirdParty/dojo-release-1.9.0/dijit/themes/claro/claro.css" type="text/css">
<script data-dojo-config="async: 1, tlmSiblingOfDojo: 0" src="../../../ThirdParty/dojo-release-1.9.1/dojo/dojo.js"></script>
<link rel="stylesheet" href="../../../ThirdParty/dojo-release-1.9.1/dijit/themes/claro/claro.css" type="text/css">
</head>
<body class="claro sandcastle-loading" data-sandcastle-bucket="bucket-dojo.html" data-sandcastle-title="Cesium + Dojo">
<style>
Expand Down
8 changes: 4 additions & 4 deletions Apps/Sandcastle/gallery/Billboards.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
var dojoConfig = {
baseUrl : '../../../Source',
packages: [
{ name: 'dojo', location: '../ThirdParty/dojo-release-1.9.0/dojo' },
{ name: 'dijit', location: '../ThirdParty/dojo-release-1.9.0/dijit' }
{ name: 'dojo', location: '../ThirdParty/dojo-release-1.9.1/dojo' },
{ name: 'dijit', location: '../ThirdParty/dojo-release-1.9.1/dijit' }
]
};
</script>
<script data-dojo-config="async: 1, tlmSiblingOfDojo: 0" src="../../../ThirdParty/dojo-release-1.9.0/dojo/dojo.js"></script>
<link rel="stylesheet" href="../../../ThirdParty/dojo-release-1.9.0/dijit/themes/claro/claro.css" type="text/css">
<script data-dojo-config="async: 1, tlmSiblingOfDojo: 0" src="../../../ThirdParty/dojo-release-1.9.1/dojo/dojo.js"></script>
<link rel="stylesheet" href="../../../ThirdParty/dojo-release-1.9.1/dijit/themes/claro/claro.css" type="text/css">
</head>
<body class="claro sandcastle-loading" data-sandcastle-bucket="bucket-dojo.html" data-sandcastle-title="Cesium + Dojo">
<style>
Expand Down
8 changes: 4 additions & 4 deletions Apps/Sandcastle/gallery/Camera.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
var dojoConfig = {
baseUrl : '../../../Source',
packages: [
{ name: 'dojo', location: '../ThirdParty/dojo-release-1.9.0/dojo' },
{ name: 'dijit', location: '../ThirdParty/dojo-release-1.9.0/dijit' }
{ name: 'dojo', location: '../ThirdParty/dojo-release-1.9.1/dojo' },
{ name: 'dijit', location: '../ThirdParty/dojo-release-1.9.1/dijit' }
]
};
</script>
<script data-dojo-config="async: 1, tlmSiblingOfDojo: 0" src="../../../ThirdParty/dojo-release-1.9.0/dojo/dojo.js"></script>
<link rel="stylesheet" href="../../../ThirdParty/dojo-release-1.9.0/dijit/themes/claro/claro.css" type="text/css">
<script data-dojo-config="async: 1, tlmSiblingOfDojo: 0" src="../../../ThirdParty/dojo-release-1.9.1/dojo/dojo.js"></script>
<link rel="stylesheet" href="../../../ThirdParty/dojo-release-1.9.1/dijit/themes/claro/claro.css" type="text/css">
</head>
<body class="claro sandcastle-loading" data-sandcastle-bucket="bucket-dojo.html" data-sandcastle-title="Cesium + Dojo">
<style>
Expand Down
8 changes: 4 additions & 4 deletions Apps/Sandcastle/gallery/Custom Rendering.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
var dojoConfig = {
baseUrl : '../../../Source',
packages: [
{ name: 'dojo', location: '../ThirdParty/dojo-release-1.9.0/dojo' },
{ name: 'dijit', location: '../ThirdParty/dojo-release-1.9.0/dijit' }
{ name: 'dojo', location: '../ThirdParty/dojo-release-1.9.1/dojo' },
{ name: 'dijit', location: '../ThirdParty/dojo-release-1.9.1/dijit' }
]
};
</script>
<script data-dojo-config="async: 1, tlmSiblingOfDojo: 0" src="../../../ThirdParty/dojo-release-1.9.0/dojo/dojo.js"></script>
<link rel="stylesheet" href="../../../ThirdParty/dojo-release-1.9.0/dijit/themes/claro/claro.css" type="text/css">
<script data-dojo-config="async: 1, tlmSiblingOfDojo: 0" src="../../../ThirdParty/dojo-release-1.9.1/dojo/dojo.js"></script>
<link rel="stylesheet" href="../../../ThirdParty/dojo-release-1.9.1/dijit/themes/claro/claro.css" type="text/css">
</head>
<body class="claro sandcastle-loading" data-sandcastle-bucket="bucket-dojo.html" data-sandcastle-title="Cesium + Dojo">
<style>
Expand Down
8 changes: 4 additions & 4 deletions Apps/Sandcastle/gallery/Imagery Adjustment.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
var dojoConfig = {
baseUrl : '../../../Source',
packages: [
{ name: 'dojo', location: '../ThirdParty/dojo-release-1.9.0/dojo' },
{ name: 'dijit', location: '../ThirdParty/dojo-release-1.9.0/dijit' }
{ name: 'dojo', location: '../ThirdParty/dojo-release-1.9.1/dojo' },
{ name: 'dijit', location: '../ThirdParty/dojo-release-1.9.1/dijit' }
]
};
</script>
<script data-dojo-config="async: 1, tlmSiblingOfDojo: 0" src="../../../ThirdParty/dojo-release-1.9.0/dojo/dojo.js"></script>
<link rel="stylesheet" href="../../../ThirdParty/dojo-release-1.9.0/dijit/themes/claro/claro.css" type="text/css">
<script data-dojo-config="async: 1, tlmSiblingOfDojo: 0" src="../../../ThirdParty/dojo-release-1.9.1/dojo/dojo.js"></script>
<link rel="stylesheet" href="../../../ThirdParty/dojo-release-1.9.1/dijit/themes/claro/claro.css" type="text/css">
</head>
<body class="claro sandcastle-loading" data-sandcastle-bucket="bucket-dojo.html" data-sandcastle-title="Cesium + Dojo">
<style>
Expand Down
8 changes: 4 additions & 4 deletions Apps/Sandcastle/gallery/Imagery Layers Manipulation.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
var dojoConfig = {
baseUrl : '../../../Source',
packages: [
{ name: 'dojo', location: '../ThirdParty/dojo-release-1.9.0/dojo' },
{ name: 'dijit', location: '../ThirdParty/dojo-release-1.9.0/dijit' }
{ name: 'dojo', location: '../ThirdParty/dojo-release-1.9.1/dojo' },
{ name: 'dijit', location: '../ThirdParty/dojo-release-1.9.1/dijit' }
]
};
</script>
<script data-dojo-config="async: 1, tlmSiblingOfDojo: 0" src="../../../ThirdParty/dojo-release-1.9.0/dojo/dojo.js"></script>
<link rel="stylesheet" href="../../../ThirdParty/dojo-release-1.9.0/dijit/themes/claro/claro.css" type="text/css">
<script data-dojo-config="async: 1, tlmSiblingOfDojo: 0" src="../../../ThirdParty/dojo-release-1.9.1/dojo/dojo.js"></script>
<link rel="stylesheet" href="../../../ThirdParty/dojo-release-1.9.1/dijit/themes/claro/claro.css" type="text/css">
</head>
<body class="claro sandcastle-loading" data-sandcastle-bucket="bucket-dojo.html" data-sandcastle-title="Cesium + Dojo">
<style>
Expand Down
8 changes: 4 additions & 4 deletions Apps/Sandcastle/gallery/Labels.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
var dojoConfig = {
baseUrl : '../../../Source',
packages: [
{ name: 'dojo', location: '../ThirdParty/dojo-release-1.9.0/dojo' },
{ name: 'dijit', location: '../ThirdParty/dojo-release-1.9.0/dijit' }
{ name: 'dojo', location: '../ThirdParty/dojo-release-1.9.1/dojo' },
{ name: 'dijit', location: '../ThirdParty/dojo-release-1.9.1/dijit' }
]
};
</script>
<script data-dojo-config="async: 1, tlmSiblingOfDojo: 0" src="../../../ThirdParty/dojo-release-1.9.0/dojo/dojo.js"></script>
<link rel="stylesheet" href="../../../ThirdParty/dojo-release-1.9.0/dijit/themes/claro/claro.css" type="text/css">
<script data-dojo-config="async: 1, tlmSiblingOfDojo: 0" src="../../../ThirdParty/dojo-release-1.9.1/dojo/dojo.js"></script>
<link rel="stylesheet" href="../../../ThirdParty/dojo-release-1.9.1/dijit/themes/claro/claro.css" type="text/css">
</head>
<body class="claro sandcastle-loading" data-sandcastle-bucket="bucket-dojo.html" data-sandcastle-title="Cesium + Dojo">
<style>
Expand Down
8 changes: 4 additions & 4 deletions Apps/Sandcastle/gallery/Map Projections.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
var dojoConfig = {
baseUrl : '../../../Source',
packages: [
{ name: 'dojo', location: '../ThirdParty/dojo-release-1.9.0/dojo' },
{ name: 'dijit', location: '../ThirdParty/dojo-release-1.9.0/dijit' }
{ name: 'dojo', location: '../ThirdParty/dojo-release-1.9.1/dojo' },
{ name: 'dijit', location: '../ThirdParty/dojo-release-1.9.1/dijit' }
]
};
</script>
<script data-dojo-config="async: 1, tlmSiblingOfDojo: 0" src="../../../ThirdParty/dojo-release-1.9.0/dojo/dojo.js"></script>
<link rel="stylesheet" href="../../../ThirdParty/dojo-release-1.9.0/dijit/themes/claro/claro.css" type="text/css">
<script data-dojo-config="async: 1, tlmSiblingOfDojo: 0" src="../../../ThirdParty/dojo-release-1.9.1/dojo/dojo.js"></script>
<link rel="stylesheet" href="../../../ThirdParty/dojo-release-1.9.1/dijit/themes/claro/claro.css" type="text/css">
</head>
<body class="claro sandcastle-loading" data-sandcastle-bucket="bucket-dojo.html" data-sandcastle-title="Cesium + Dojo">
<style>
Expand Down
8 changes: 4 additions & 4 deletions Apps/Sandcastle/gallery/Materials.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
var dojoConfig = {
baseUrl : '../../../Source',
packages: [
{ name: 'dojo', location: '../ThirdParty/dojo-release-1.9.0/dojo' },
{ name: 'dijit', location: '../ThirdParty/dojo-release-1.9.0/dijit' }
{ name: 'dojo', location: '../ThirdParty/dojo-release-1.9.1/dojo' },
{ name: 'dijit', location: '../ThirdParty/dojo-release-1.9.1/dijit' }
]
};
</script>
<script data-dojo-config="async: 1, tlmSiblingOfDojo: 0" src="../../../ThirdParty/dojo-release-1.9.0/dojo/dojo.js"></script>
<link rel="stylesheet" href="../../../ThirdParty/dojo-release-1.9.0/dijit/themes/claro/claro.css" type="text/css">
<script data-dojo-config="async: 1, tlmSiblingOfDojo: 0" src="../../../ThirdParty/dojo-release-1.9.1/dojo/dojo.js"></script>
<link rel="stylesheet" href="../../../ThirdParty/dojo-release-1.9.1/dijit/themes/claro/claro.css" type="text/css">
</head>
<body class="claro sandcastle-loading" data-sandcastle-bucket="bucket-dojo.html" data-sandcastle-title="Cesium + Dojo">
<style>
Expand Down
8 changes: 4 additions & 4 deletions Apps/Sandcastle/gallery/Picking.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
var dojoConfig = {
baseUrl : '../../../Source',
packages: [
{ name: 'dojo', location: '../ThirdParty/dojo-release-1.9.0/dojo' },
{ name: 'dijit', location: '../ThirdParty/dojo-release-1.9.0/dijit' }
{ name: 'dojo', location: '../ThirdParty/dojo-release-1.9.1/dojo' },
{ name: 'dijit', location: '../ThirdParty/dojo-release-1.9.1/dijit' }
]
};
</script>
<script data-dojo-config="async: 1, tlmSiblingOfDojo: 0" src="../../../ThirdParty/dojo-release-1.9.0/dojo/dojo.js"></script>
<link rel="stylesheet" href="../../../ThirdParty/dojo-release-1.9.0/dijit/themes/claro/claro.css" type="text/css">
<script data-dojo-config="async: 1, tlmSiblingOfDojo: 0" src="../../../ThirdParty/dojo-release-1.9.1/dojo/dojo.js"></script>
<link rel="stylesheet" href="../../../ThirdParty/dojo-release-1.9.1/dijit/themes/claro/claro.css" type="text/css">
</head>
<body class="claro sandcastle-loading" data-sandcastle-bucket="bucket-dojo.html" data-sandcastle-title="Cesium + Dojo">
<style>
Expand Down
8 changes: 4 additions & 4 deletions Apps/Sandcastle/gallery/Sensors.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
var dojoConfig = {
baseUrl : '../../../Source',
packages: [
{ name: 'dojo', location: '../ThirdParty/dojo-release-1.9.0/dojo' },
{ name: 'dijit', location: '../ThirdParty/dojo-release-1.9.0/dijit' }
{ name: 'dojo', location: '../ThirdParty/dojo-release-1.9.1/dojo' },
{ name: 'dijit', location: '../ThirdParty/dojo-release-1.9.1/dijit' }
]
};
</script>
<script data-dojo-config="async: 1, tlmSiblingOfDojo: 0" src="../../../ThirdParty/dojo-release-1.9.0/dojo/dojo.js"></script>
<link rel="stylesheet" href="../../../ThirdParty/dojo-release-1.9.0/dijit/themes/claro/claro.css" type="text/css">
<script data-dojo-config="async: 1, tlmSiblingOfDojo: 0" src="../../../ThirdParty/dojo-release-1.9.1/dojo/dojo.js"></script>
<link rel="stylesheet" href="../../../ThirdParty/dojo-release-1.9.1/dijit/themes/claro/claro.css" type="text/css">
</head>
<body class="claro sandcastle-loading" data-sandcastle-bucket="bucket-dojo.html" data-sandcastle-title="Cesium + Dojo">
<style>
Expand Down
8 changes: 4 additions & 4 deletions Apps/Sandcastle/gallery/Simple CZML Demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
var dojoConfig = {
baseUrl : '../../../Source',
packages: [
{ name: 'dojo', location: '../ThirdParty/dojo-release-1.9.0/dojo' },
{ name: 'dijit', location: '../ThirdParty/dojo-release-1.9.0/dijit' }
{ name: 'dojo', location: '../ThirdParty/dojo-release-1.9.1/dojo' },
{ name: 'dijit', location: '../ThirdParty/dojo-release-1.9.1/dijit' }
]
};
</script>
<script data-dojo-config="async: 1, tlmSiblingOfDojo: 0" src="../../../ThirdParty/dojo-release-1.9.0/dojo/dojo.js"></script>
<link rel="stylesheet" href="../../../ThirdParty/dojo-release-1.9.0/dijit/themes/claro/claro.css" type="text/css">
<script data-dojo-config="async: 1, tlmSiblingOfDojo: 0" src="../../../ThirdParty/dojo-release-1.9.1/dojo/dojo.js"></script>
<link rel="stylesheet" href="../../../ThirdParty/dojo-release-1.9.1/dijit/themes/claro/claro.css" type="text/css">
</head>
<body class="claro sandcastle-loading" data-sandcastle-bucket="bucket-dojo.html" data-sandcastle-title="Cesium + Dojo">
<style>
Expand Down
8 changes: 4 additions & 4 deletions Apps/Sandcastle/gallery/Terrain.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
var dojoConfig = {
baseUrl : '../../../Source',
packages: [
{ name: 'dojo', location: '../ThirdParty/dojo-release-1.9.0/dojo' },
{ name: 'dijit', location: '../ThirdParty/dojo-release-1.9.0/dijit' }
{ name: 'dojo', location: '../ThirdParty/dojo-release-1.9.1/dojo' },
{ name: 'dijit', location: '../ThirdParty/dojo-release-1.9.1/dijit' }
]
};
</script>
<script data-dojo-config="async: 1, tlmSiblingOfDojo: 0" src="../../../ThirdParty/dojo-release-1.9.0/dojo/dojo.js"></script>
<link rel="stylesheet" href="../../../ThirdParty/dojo-release-1.9.0/dijit/themes/claro/claro.css" type="text/css">
<script data-dojo-config="async: 1, tlmSiblingOfDojo: 0" src="../../../ThirdParty/dojo-release-1.9.1/dojo/dojo.js"></script>
<link rel="stylesheet" href="../../../ThirdParty/dojo-release-1.9.1/dijit/themes/claro/claro.css" type="text/css">
</head>
<body class="claro sandcastle-loading" data-sandcastle-bucket="bucket-dojo.html" data-sandcastle-title="Cesium + Dojo">
<style>
Expand Down
2 changes: 1 addition & 1 deletion Apps/Sandcastle/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<script src="../../ThirdParty/CodeMirror-2.24/mode/xml/xml.js"></script>
<script src="../../ThirdParty/CodeMirror-2.24/mode/htmlmixed/htmlmixed.js"></script>

<script data-dojo-config="async: 1, tlmSiblingOfDojo: 0" src="../../ThirdParty/dojo-release-1.9.0/dojo/dojo.js"></script>
<script data-dojo-config="async: 1, tlmSiblingOfDojo: 0" src="../../ThirdParty/dojo-release-1.9.1/dojo/dojo.js"></script>

<script src="jsHintOptions.js"></script>
<script src="gallery/gallery-index.js"></script>
Expand Down
8 changes: 4 additions & 4 deletions Apps/Sandcastle/templates/bucket-dojo.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
var dojoConfig = {
baseUrl : '../../../Source',
packages: [
{ name: 'dojo', location: '../ThirdParty/dojo-release-1.9.0/dojo' },
{ name: 'dijit', location: '../ThirdParty/dojo-release-1.9.0/dijit' }
{ name: 'dojo', location: '../ThirdParty/dojo-release-1.9.1/dojo' },
{ name: 'dijit', location: '../ThirdParty/dojo-release-1.9.1/dijit' }
]
};
</script>
<script data-dojo-config="async: 1, tlmSiblingOfDojo: 0" src="../../../ThirdParty/dojo-release-1.9.0/dojo/dojo.js"></script>
<link rel="stylesheet" href="../../../ThirdParty/dojo-release-1.9.0/dijit/themes/claro/claro.css" type="text/css">
<script data-dojo-config="async: 1, tlmSiblingOfDojo: 0" src="../../../ThirdParty/dojo-release-1.9.1/dojo/dojo.js"></script>
<link rel="stylesheet" href="../../../ThirdParty/dojo-release-1.9.1/dijit/themes/claro/claro.css" type="text/css">
</head>
<body class="claro sandcastle-loading" data-sandcastle-bucket="bucket-dojo.html" data-sandcastle-title="Cesium + Dojo">
<script type="text/javascript" src="../Sandcastle-client.js"></script>
Expand Down
4 changes: 2 additions & 2 deletions Apps/TimelineDemo/boot.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ require({
baseUrl : '../..',
packages : [{
name : 'dojo',
location : 'ThirdParty/dojo-release-1.9.0/dojo'
location : 'ThirdParty/dojo-release-1.9.1/dojo'
}, {
name : 'dijit',
location : 'ThirdParty/dojo-release-1.9.0/dijit'
location : 'ThirdParty/dojo-release-1.9.1/dijit'
}, {
name : 'Core',
location : 'Source/Core'
Expand Down
4 changes: 2 additions & 2 deletions Apps/TimelineDemo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1">
<title>Timeline Demo</title>
<style type="text/css">
@import url('../../ThirdParty/dojo-release-1.9.0/dijit/themes/claro/claro.css');
@import url('../../ThirdParty/dojo-release-1.9.1/dijit/themes/claro/claro.css');
@import url('../../Source/Widgets/Animation/Animation.css');
@import url('../../Source/Widgets/Animation/lighter.css');
@import url('../../Source/Widgets/Timeline/Timeline.css');
Expand Down Expand Up @@ -146,7 +146,7 @@
}
</style>
<script data-dojo-config="async: 1, tlmSiblingOfDojo: 0"
src="../../ThirdParty/dojo-release-1.9.0/dojo/dojo.js"></script>
src="../../ThirdParty/dojo-release-1.9.1/dojo/dojo.js"></script>
<script type="text/javascript" src="boot.js"></script>
</head>
<body class="claro cesium-lighter">
Expand Down
15 changes: 0 additions & 15 deletions ThirdParty/dojo-release-1.9.0/dijit/dijit-all.js

This file was deleted.

15 changes: 0 additions & 15 deletions ThirdParty/dojo-release-1.9.0/dojo/dojo.js

This file was deleted.

Loading

0 comments on commit fee5ebc

Please sign in to comment.