Skip to content

Commit

Permalink
Use cdnjs to serve THREE in example #39
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Windle committed May 28, 2013
1 parent 2d40d10 commit 07834e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/three.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ <h2>Using a THREE.js renderer context with sketch.js</h2>
<a href="https://github.com/soulwire/sketch.js" target="_blank">View on Github</a>
</nav>
</header>
<script src="https://raw.github.com/mrdoob/three.js/r58/build/three.min.js"></script>
<script src="http://cdnjs.cloudflare.com/ajax/libs/three.js/r58/three.min.js"></script>
<script src="../js/sketch.js"></script>
<script>

Expand Down

0 comments on commit 07834e1

Please sign in to comment.