Skip to content

Commit

Permalink
Merge pull request #16 from greggman/iframe
Browse files Browse the repository at this point in the history
Move each library to its own folder to avoid clashes.
  • Loading branch information
stepheneb committed Jun 3, 2011
2 parents 0dba4e8 + 85151c1 commit 926da86
Show file tree
Hide file tree
Showing 20 changed files with 6 additions and 6 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
12 changes: 6 additions & 6 deletions matrix_benchmark.html
Expand Up @@ -9,12 +9,12 @@
<script type="text/javascript" src="js/rand.js"></script>

<!-- Matrix Libraries -->
<script type="text/javascript" src="js/glMatrix.js"></script>
<script type="text/javascript" src="js/CanvasMatrix.js"></script>
<script type="text/javascript" src="js/EWGL_math.js"></script>
<script type="text/javascript" src="js/mjs.js"></script>
<script type="text/javascript" src="js/tdl/base.js"></script>
<script type="text/javascript" src="js/goog/base.js"></script>
<script type="text/javascript" src="libs/glMatrix/glMatrix.js"></script>
<script type="text/javascript" src="libs/CanvasMatrix/CanvasMatrix.js"></script>
<script type="text/javascript" src="libs/EWGL_math/EWGL_math.js"></script>
<script type="text/javascript" src="libs/mjs/mjs.js"></script>
<script type="text/javascript" src="libs/tdl/tdl/base.js"></script>
<script type="text/javascript" src="libs/closure/goog/base.js"></script>

<!-- Graphing Utilities -->
<link type="text/css" rel="stylesheet" href="flotr/flotr.css"/>
Expand Down

0 comments on commit 926da86

Please sign in to comment.