diff options
Diffstat (limited to 'o3d/samples/GoogleIO-2009/step01ex.html')
-rw-r--r-- | o3d/samples/GoogleIO-2009/step01ex.html | 2 |
1 files changed, 1 insertions, 1 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'); |