diff options
Diffstat (limited to 'o3d/samples/GoogleIO-2009')
-rw-r--r-- | o3d/samples/GoogleIO-2009/step01ex.html | 2 | ||||
-rw-r--r-- | o3d/samples/GoogleIO-2009/step02ex.html | 2 | ||||
-rw-r--r-- | o3d/samples/GoogleIO-2009/step03ex.html | 2 | ||||
-rw-r--r-- | o3d/samples/GoogleIO-2009/step04ex.html | 2 | ||||
-rw-r--r-- | o3d/samples/GoogleIO-2009/step05ex.html | 2 | ||||
-rw-r--r-- | o3d/samples/GoogleIO-2009/step06ex.html | 2 | ||||
-rw-r--r-- | o3d/samples/GoogleIO-2009/step07ex.html | 2 | ||||
-rw-r--r-- | o3d/samples/GoogleIO-2009/step08ex.html | 2 | ||||
-rw-r--r-- | o3d/samples/GoogleIO-2009/step09ex.html | 2 | ||||
-rw-r--r-- | o3d/samples/GoogleIO-2009/step10ex.html | 2 | ||||
-rw-r--r-- | o3d/samples/GoogleIO-2009/step11ex.html | 2 | ||||
-rw-r--r-- | o3d/samples/GoogleIO-2009/step12ex.html | 2 | ||||
-rw-r--r-- | o3d/samples/GoogleIO-2009/step13ex.html | 2 | ||||
-rw-r--r-- | o3d/samples/GoogleIO-2009/step14ex.html | 2 |
14 files changed, 14 insertions, 14 deletions
diff --git a/o3d/samples/GoogleIO-2009/step01ex.html b/o3d/samples/GoogleIO-2009/step01ex.html index d105a59..a10b961 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"> +<script type="text/javascript" id="o3d"> 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 74f3b0f..4d6770b 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"> +<script type="text/javascript" id="o3d"> 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 8f6aaa9..5a24793 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"> +<script type="text/javascript" id="o3d"> 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 93bd8ed..6dc7e60 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"> +<script type="text/javascript" id="o3d"> 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 2c79086..2013aee 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"> +<script type="text/javascript" id="o3d"> 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 131ff43..e5e3969f 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"> +<script type="text/javascript" id="o3d"> 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 4c61f93..8528d56 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"> +<script type="text/javascript" id="o3d"> 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 dc3084c..e57ae9b 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"> +<script type="text/javascript" id="o3d"> 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 ce931be..63a4b45 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"> +<script type="text/javascript" id="o3d"> 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 965ef7c..44967c2 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"> +<script type="text/javascript" id="o3d"> 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 1db5557..0376012 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"> +<script type="text/javascript" id="o3d"> 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 cb07ce7..c7fe250 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"> +<script type="text/javascript" id="o3d"> 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 a995627..0b0bcc9 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"> +<script type="text/javascript" id="o3d"> 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 031f858..8c05081 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"> +<script type="text/javascript" id="o3d"> o3djs.require('o3djs.util'); o3djs.require('o3djs.math'); o3djs.require('o3djs.rendergraph'); |