Skip to content

Commit

Permalink
Update link to doe - the device orientation and screen orientation AP…
Browse files Browse the repository at this point in the history
…I emulator
  • Loading branch information
richtr committed Jul 10, 2015
1 parent 6f2188d commit b6d6edc
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion examples/box2d.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<title>Floating 2D Box in a Consistent Frame</title>

<!-- DEVICEORIENTATION EMULATOR DETECTION + BOOTSTRAP -->
<script src="https://richtr.github.io/deviceorientationemulator/DeviceOrientationEmulator.js"></script>
<script src="https://richtr.github.io/doe/doe.js"></script>

<script src="../dist/fulltilt.min.js" type="text/javascript"></script>
<script src="./resources/libs/CSSPrefixResolver.js" type="text/javascript"></script>
Expand Down
2 changes: 1 addition & 1 deletion examples/compass.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<title>FULLTILT compass demo</title>

<!-- DEVICEORIENTATION EMULATOR DETECTION + BOOTSTRAP -->
<script src="https://richtr.github.io/deviceorientationemulator/DeviceOrientationEmulator.js"></script>
<script src="https://richtr.github.io/doe/doe.js"></script>

<script src="../dist/fulltilt.min.js" type="text/javascript"></script>
</head>
Expand Down
2 changes: 1 addition & 1 deletion examples/data_display.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>FULLTILT vs Raw DeviceOrientation Event Data Display</title>

<!-- DEVICEORIENTATION EMULATOR DETECTION + BOOTSTRAP -->
<script src="https://richtr.github.io/deviceorientationemulator/DeviceOrientationEmulator.js"></script>
<script src="https://richtr.github.io/doe/doe.js"></script>

<script src="../dist/fulltilt.min.js" type="text/javascript"></script>

Expand Down
2 changes: 1 addition & 1 deletion examples/vr_interactive.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<script src="./resources/libs/hand.minified-1.2.1.js" type="text/javascript"></script>

<!-- DEVICEORIENTATION EMULATOR DETECTION + BOOTSTRAP -->
<script src="https://richtr.github.io/deviceorientationemulator/DeviceOrientationEmulator.js"></script>
<script src="https://richtr.github.io/doe/doe.js"></script>

<script src="../dist/fulltilt.min.js" type="text/javascript"></script>

Expand Down
2 changes: 1 addition & 1 deletion examples/vr_test.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
<script src="./resources/libs/CSS3DRenderer.js" type="text/javascript"></script>

<!-- DEVICEORIENTATION EMULATOR DETECTION + BOOTSTRAP -->
<script src="https://richtr.github.io/deviceorientationemulator/DeviceOrientationEmulator.js"></script>
<script src="https://richtr.github.io/doe/doe.js"></script>

<script src="../dist/fulltilt.min.js" type="text/javascript"></script>

Expand Down

0 comments on commit b6d6edc

Please sign in to comment.