Skip to content

Commit

Permalink
Testing page for new event listeners
Browse files Browse the repository at this point in the history
  • Loading branch information
JonHMChan committed Jul 19, 2016
1 parent afdf5b1 commit f262c34
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test.html
@@ -1,7 +1,6 @@
<!doctype html>
<html>
<head>
<script type="text/javascript" src="dist/plato.js"></script>
<script type="text/javascript" src="dist/descartes.js"></script>
</head>
<body>
Expand All @@ -18,6 +17,8 @@ <h1>I compute, therefore I am.</h1>
</div>
</div>

<script type="text/javascript" src="jquery-2.2.0.min.js"></script>
<script type="text/javascript" src="dist/plato.js"></script>
<script type="text/javascript">
var p = new Plato();
console.log(p.base());
Expand Down

0 comments on commit f262c34

Please sign in to comment.