summaryrefslogtreecommitdiffstats
path: root/o3d/samples/vertex-shader-animation.html
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/vertex-shader-animation.html
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/vertex-shader-animation.html')
-rw-r--r--o3d/samples/vertex-shader-animation.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/o3d/samples/vertex-shader-animation.html b/o3d/samples/vertex-shader-animation.html
index ab6c752..5cc2220 100644
--- a/o3d/samples/vertex-shader-animation.html
+++ b/o3d/samples/vertex-shader-animation.html
@@ -54,7 +54,7 @@ Vertex Shader Animation
}
</style>
<script type="text/javascript" src="o3djs/base.js"></script>
-<script type="text/javascript" id="o3d">
+<script type="text/javascript" id="o3dscript">
o3djs.require('o3djs.util');
o3djs.require('o3djs.math');
o3djs.require('o3djs.rendergraph');