summaryrefslogtreecommitdiffstats
path: root/o3d/samples/GoogleIO-2009
diff options
context:
space:
mode:
authorgman@google.com <gman@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-07-28 23:54:34 +0000
committergman@google.com <gman@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-07-28 23:54:34 +0000
commit8abb4c215291b6b2769893a2d73e4747199a3ffa (patch)
tree6701f4add17537d2470a2b90e27f76c122c72d12 /o3d/samples/GoogleIO-2009
parent35a66cf92767d82ba130c85b7e96d8a5b6d6bd2b (diff)
downloadchromium_src-8abb4c215291b6b2769893a2d73e4747199a3ffa.zip
chromium_src-8abb4c215291b6b2769893a2d73e4747199a3ffa.tar.gz
chromium_src-8abb4c215291b6b2769893a2d73e4747199a3ffa.tar.bz2
Change <script id="o3d" to <script id="o3dscript"
so that document.getElementById('o3d') will work for finding the o3d div. Review URL: http://codereview.chromium.org/159556 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@21924 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'o3d/samples/GoogleIO-2009')
-rw-r--r--o3d/samples/GoogleIO-2009/step01ex.html2
-rw-r--r--o3d/samples/GoogleIO-2009/step02ex.html2
-rw-r--r--o3d/samples/GoogleIO-2009/step03ex.html2
-rw-r--r--o3d/samples/GoogleIO-2009/step04ex.html2
-rw-r--r--o3d/samples/GoogleIO-2009/step05ex.html2
-rw-r--r--o3d/samples/GoogleIO-2009/step06ex.html2
-rw-r--r--o3d/samples/GoogleIO-2009/step07ex.html2
-rw-r--r--o3d/samples/GoogleIO-2009/step08ex.html2
-rw-r--r--o3d/samples/GoogleIO-2009/step09ex.html2
-rw-r--r--o3d/samples/GoogleIO-2009/step10ex.html2
-rw-r--r--o3d/samples/GoogleIO-2009/step11ex.html2
-rw-r--r--o3d/samples/GoogleIO-2009/step12ex.html2
-rw-r--r--o3d/samples/GoogleIO-2009/step13ex.html2
-rw-r--r--o3d/samples/GoogleIO-2009/step14ex.html2
14 files changed, 14 insertions, 14 deletions
diff --git a/o3d/samples/GoogleIO-2009/step01ex.html b/o3d/samples/GoogleIO-2009/step01ex.html
index a10b961..8c131d0 100644
--- a/o3d/samples/GoogleIO-2009/step01ex.html
+++ b/o3d/samples/GoogleIO-2009/step01ex.html
@@ -54,7 +54,7 @@ Google I/O O3D Sample
<script type="text/javascript" src="../o3djs/base.js"></script>
<!-- Our javascript code -->
-<script type="text/javascript" id="o3d">
+<script type="text/javascript" id="o3dscript">
o3djs.require('o3djs.util');
o3djs.require('o3djs.math');
o3djs.require('o3djs.rendergraph');
diff --git a/o3d/samples/GoogleIO-2009/step02ex.html b/o3d/samples/GoogleIO-2009/step02ex.html
index 4d6770b..b2466ae 100644
--- a/o3d/samples/GoogleIO-2009/step02ex.html
+++ b/o3d/samples/GoogleIO-2009/step02ex.html
@@ -54,7 +54,7 @@ Google I/O O3D Sample
<script type="text/javascript" src="../o3djs/base.js"></script>
<!-- Our javascript code -->
-<script type="text/javascript" id="o3d">
+<script type="text/javascript" id="o3dscript">
o3djs.require('o3djs.util');
o3djs.require('o3djs.math');
o3djs.require('o3djs.rendergraph');
diff --git a/o3d/samples/GoogleIO-2009/step03ex.html b/o3d/samples/GoogleIO-2009/step03ex.html
index 5a24793..0de8221 100644
--- a/o3d/samples/GoogleIO-2009/step03ex.html
+++ b/o3d/samples/GoogleIO-2009/step03ex.html
@@ -46,7 +46,7 @@ Google I/O O3D Sample
<script type="text/javascript" src="../o3djs/base.js"></script>
<!-- Our javascript code -->
-<script type="text/javascript" id="o3d">
+<script type="text/javascript" id="o3dscript">
o3djs.require('o3djs.util');
o3djs.require('o3djs.math');
o3djs.require('o3djs.rendergraph');
diff --git a/o3d/samples/GoogleIO-2009/step04ex.html b/o3d/samples/GoogleIO-2009/step04ex.html
index 6dc7e60..a72259f 100644
--- a/o3d/samples/GoogleIO-2009/step04ex.html
+++ b/o3d/samples/GoogleIO-2009/step04ex.html
@@ -54,7 +54,7 @@ Google I/O O3D Sample
<script type="text/javascript" src="../o3djs/base.js"></script>
<!-- Our javascript code -->
-<script type="text/javascript" id="o3d">
+<script type="text/javascript" id="o3dscript">
o3djs.require('o3djs.util');
o3djs.require('o3djs.math');
o3djs.require('o3djs.rendergraph');
diff --git a/o3d/samples/GoogleIO-2009/step05ex.html b/o3d/samples/GoogleIO-2009/step05ex.html
index 2013aee..4dfb4cc 100644
--- a/o3d/samples/GoogleIO-2009/step05ex.html
+++ b/o3d/samples/GoogleIO-2009/step05ex.html
@@ -54,7 +54,7 @@ Google I/O O3D Sample
<script type="text/javascript" src="../o3djs/base.js"></script>
<!-- Our javascript code -->
-<script type="text/javascript" id="o3d">
+<script type="text/javascript" id="o3dscript">
o3djs.require('o3djs.util');
o3djs.require('o3djs.math');
o3djs.require('o3djs.rendergraph');
diff --git a/o3d/samples/GoogleIO-2009/step06ex.html b/o3d/samples/GoogleIO-2009/step06ex.html
index e5e3969f..e61c868 100644
--- a/o3d/samples/GoogleIO-2009/step06ex.html
+++ b/o3d/samples/GoogleIO-2009/step06ex.html
@@ -54,7 +54,7 @@ Google I/O O3D Sample
<script type="text/javascript" src="../o3djs/base.js"></script>
<!-- Our javascript code -->
-<script type="text/javascript" id="o3d">
+<script type="text/javascript" id="o3dscript">
o3djs.require('o3djs.util');
o3djs.require('o3djs.math');
o3djs.require('o3djs.rendergraph');
diff --git a/o3d/samples/GoogleIO-2009/step07ex.html b/o3d/samples/GoogleIO-2009/step07ex.html
index 8528d56..31f5a74 100644
--- a/o3d/samples/GoogleIO-2009/step07ex.html
+++ b/o3d/samples/GoogleIO-2009/step07ex.html
@@ -54,7 +54,7 @@ Google I/O O3D Sample
<script type="text/javascript" src="../o3djs/base.js"></script>
<!-- Our javascript code -->
-<script type="text/javascript" id="o3d">
+<script type="text/javascript" id="o3dscript">
o3djs.require('o3djs.util');
o3djs.require('o3djs.math');
o3djs.require('o3djs.rendergraph');
diff --git a/o3d/samples/GoogleIO-2009/step08ex.html b/o3d/samples/GoogleIO-2009/step08ex.html
index e57ae9b..f0426fb 100644
--- a/o3d/samples/GoogleIO-2009/step08ex.html
+++ b/o3d/samples/GoogleIO-2009/step08ex.html
@@ -54,7 +54,7 @@ Google I/O O3D Sample
<script type="text/javascript" src="../o3djs/base.js"></script>
<!-- Our javascript code -->
-<script type="text/javascript" id="o3d">
+<script type="text/javascript" id="o3dscript">
o3djs.require('o3djs.util');
o3djs.require('o3djs.math');
o3djs.require('o3djs.rendergraph');
diff --git a/o3d/samples/GoogleIO-2009/step09ex.html b/o3d/samples/GoogleIO-2009/step09ex.html
index 63a4b45..6e1afb7 100644
--- a/o3d/samples/GoogleIO-2009/step09ex.html
+++ b/o3d/samples/GoogleIO-2009/step09ex.html
@@ -54,7 +54,7 @@ Google I/O O3D Sample
<script type="text/javascript" src="../o3djs/base.js"></script>
<!-- Our javascript code -->
-<script type="text/javascript" id="o3d">
+<script type="text/javascript" id="o3dscript">
o3djs.require('o3djs.util');
o3djs.require('o3djs.math');
o3djs.require('o3djs.rendergraph');
diff --git a/o3d/samples/GoogleIO-2009/step10ex.html b/o3d/samples/GoogleIO-2009/step10ex.html
index 44967c2..7e92911 100644
--- a/o3d/samples/GoogleIO-2009/step10ex.html
+++ b/o3d/samples/GoogleIO-2009/step10ex.html
@@ -54,7 +54,7 @@ Google I/O O3D Sample
<script type="text/javascript" src="../o3djs/base.js"></script>
<!-- Our javascript code -->
-<script type="text/javascript" id="o3d">
+<script type="text/javascript" id="o3dscript">
o3djs.require('o3djs.util');
o3djs.require('o3djs.math');
o3djs.require('o3djs.rendergraph');
diff --git a/o3d/samples/GoogleIO-2009/step11ex.html b/o3d/samples/GoogleIO-2009/step11ex.html
index 0376012..db9fd9e 100644
--- a/o3d/samples/GoogleIO-2009/step11ex.html
+++ b/o3d/samples/GoogleIO-2009/step11ex.html
@@ -54,7 +54,7 @@ Google I/O O3D Sample
<script type="text/javascript" src="../o3djs/base.js"></script>
<!-- Our javascript code -->
-<script type="text/javascript" id="o3d">
+<script type="text/javascript" id="o3dscript">
o3djs.require('o3djs.util');
o3djs.require('o3djs.math');
o3djs.require('o3djs.rendergraph');
diff --git a/o3d/samples/GoogleIO-2009/step12ex.html b/o3d/samples/GoogleIO-2009/step12ex.html
index c7fe250..99c7ce4 100644
--- a/o3d/samples/GoogleIO-2009/step12ex.html
+++ b/o3d/samples/GoogleIO-2009/step12ex.html
@@ -54,7 +54,7 @@ Google I/O O3D Sample
<script type="text/javascript" src="../o3djs/base.js"></script>
<!-- Our javascript code -->
-<script type="text/javascript" id="o3d">
+<script type="text/javascript" id="o3dscript">
o3djs.require('o3djs.util');
o3djs.require('o3djs.math');
o3djs.require('o3djs.rendergraph');
diff --git a/o3d/samples/GoogleIO-2009/step13ex.html b/o3d/samples/GoogleIO-2009/step13ex.html
index 0b0bcc9..62f56fc 100644
--- a/o3d/samples/GoogleIO-2009/step13ex.html
+++ b/o3d/samples/GoogleIO-2009/step13ex.html
@@ -54,7 +54,7 @@ Google I/O O3D Sample
<script type="text/javascript" src="../o3djs/base.js"></script>
<!-- Our javascript code -->
-<script type="text/javascript" id="o3d">
+<script type="text/javascript" id="o3dscript">
o3djs.require('o3djs.util');
o3djs.require('o3djs.math');
o3djs.require('o3djs.rendergraph');
diff --git a/o3d/samples/GoogleIO-2009/step14ex.html b/o3d/samples/GoogleIO-2009/step14ex.html
index 8c05081..a1545c4 100644
--- a/o3d/samples/GoogleIO-2009/step14ex.html
+++ b/o3d/samples/GoogleIO-2009/step14ex.html
@@ -54,7 +54,7 @@ Google I/O O3D Sample
<script type="text/javascript" src="../o3djs/base.js"></script>
<!-- Our javascript code -->
-<script type="text/javascript" id="o3d">
+<script type="text/javascript" id="o3dscript">
o3djs.require('o3djs.util');
o3djs.require('o3djs.math');
o3djs.require('o3djs.rendergraph');