Skip to content

Commit

Permalink
Update animateTest.html
Browse files Browse the repository at this point in the history
  • Loading branch information
esfoden authored Nov 19, 2019
1 parent e0c16c1 commit df883bc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions examples/animateTest.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
height: 400px;
margin: auto;
padding: 10px;
/* These are technically the same, but use both */

}
</style>
Expand All @@ -31,6 +30,8 @@
<script src="../src/require.min.js"></script>

<script>
/* some of these functions will be moved into logicengine.js */

function replaceText(el, text) {
var ee = document.getElementById(el);
if (!ee)
Expand Down Expand Up @@ -135,4 +136,4 @@
</script>
</body>

</html>
</html>

0 comments on commit df883bc

Please sign in to comment.