Fix paths of demo .js files.

This commit is contained in:
kangax 2010-08-27 15:01:29 -04:00
parent 43d11b6914
commit 53b1a90516
2 changed files with 2 additions and 2 deletions

View file

@ -20,6 +20,6 @@
<p>Complexity: <span id="complexity">XXXX</span> paths</p>
<p>FPS: <span id="fps" style="font-weight: bold;">XXXX</span></p>
<canvas id="test" width="600" height="600"></canvas>
<script src="benchmark2.js" type="text/javascript"></script>
<script src="animation.js" type="text/javascript"></script>
</body>
</html>

View file

@ -23,6 +23,6 @@
<p>Drawing 150 randomly positioned, randomly colored and randomly rotated circles, rectangles and triangles.</p>
<div id="results"></div>
<canvas id="test" width="600" height="600"></canvas>
<script src="benchmark.js" type="text/javascript"></script>
<script src="quantity.js" type="text/javascript"></script>
</body>
</html>