Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
llafuente committed Feb 9, 2015
1 parent 62824d5 commit d77f1fa
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 9 deletions.
4 changes: 2 additions & 2 deletions test/beizer.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" ></script>
<title>js-2dmath: Beizer solve</title>

<script src="../debug/js-2dmath-browser-debug.js" type="text/javascript" ></script>
<script src="../dist/js-2dmath-browser.min.js" type="text/javascript" ></script>
<!--
<script src="../dist/js-2dmath-browser.min.js" type="text/javascript" ></script>
-->
Expand Down Expand Up @@ -659,4 +659,4 @@ <h1>js-2dmath: Beizer solve</h1>
};
}

</script>
</script>
4 changes: 2 additions & 2 deletions test/intersections.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" ></script>
<title>js-2dmath: Demostration of various Intersections</title>

<script src="../debug/js-2dmath-browser-debug.js" type="text/javascript" ></script>
<script src="../dist/js-2dmath-browser.min.js" type="text/javascript" ></script>
<!--
<script src="../dist/js-2dmath-browser.min.js" type="text/javascript" ></script>
-->
Expand Down Expand Up @@ -99,4 +99,4 @@ <h1>js-2dmath: Demostration of various Intersections</h1>



</script>
</script>
4 changes: 2 additions & 2 deletions test/line2.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" ></script>
<title>js-2dmath: Demostration of various Intersections</title>

<script src="../js-2dmath-browser.js" type="text/javascript" ></script>
<script src="../dist/js-2dmath-browser.min.js" type="text/javascript" ></script>

</head>
<body>
Expand Down Expand Up @@ -70,4 +70,4 @@ <h1>js-2dmath: Demostration of various Intersections</h1>
}, 500);
*/
</script>
</script>
4 changes: 2 additions & 2 deletions test/physics.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" ></script>
<title>js-2dmath: Some Vec2 functions in action</title>

<script src="../debug/js-2dmath-browser-debug.js" type="text/javascript" ></script>
<script src="../dist/js-2dmath-browser.min.js" type="text/javascript" ></script>
<!--
<script src="../dist/js-2dmath-browser.min.js" type="text/javascript" ></script>
-->
Expand Down Expand Up @@ -267,4 +267,4 @@ <h1>js-2dmath: Some Vec2 functions in action</h1>
ctx_axis.translate(canvas_axis.width * 0.5, canvas_axis.height * 0.5); // center
Draw.cartesianAxis(ctx_axis, 320, 16); // coordinates

</script>
</script>
3 changes: 2 additions & 1 deletion test/vec2-inside.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
<body>
<h1>js-2dmath: isVec2Inside</h1>
<canvas id="canvas" width="640" height="480" style="border: 1px solid red;"></canvas>
<p>Move the mouse inside the polygons, should get green :)</p>
</body>
</html>

Expand Down Expand Up @@ -74,4 +75,4 @@ <h1>js-2dmath: isVec2Inside</h1>
}
window.requestAnimFrame(update);

</script>
</script>

0 comments on commit d77f1fa

Please sign in to comment.