Skip to content

Commit

Permalink
Fixed issue with test file
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafael Miranda committed Oct 4, 2016
1 parent 4ebec6d commit b9bc58a
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions test/test.html
Expand Up @@ -3,8 +3,9 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>HTML5 MediaElement</title>

<title>HTML5 MediaElement</title>

<script src="../build/jquery.js"></script>
<script src="../demo/testforfiles.js"></script>

<script>
Expand All @@ -13,8 +14,6 @@
}
</script>

<script src="../build/jquery.js"></script>

<script src="../src/js/me-namespace.js" type="text/javascript"></script>
<script src="../src/js/me-utility.js" type="text/javascript"></script>
<script src="../src/js/me-i18n.js" type="text/javascript"></script>
Expand Down

0 comments on commit b9bc58a

Please sign in to comment.