Skip to content

Commit

Permalink
Merge pull request #11 from byronmccollum/patch-2
Browse files Browse the repository at this point in the history
Fix script path
  • Loading branch information
jfd committed Dec 1, 2013
2 parents d12cd6d + a10d3df commit acf39bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/browser-test.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<meta http-equiv="Content-type" content="text/html; charset=utf-8">
<title>optparse.js example</title>
<script type="text/javascript" charset="utf-8" src="../src/optparse.js"></script>
<script type="text/javascript" charset="utf-8" src="../lib/optparse.js"></script>
<script>
// Arguments to be passed to the parser
var ARGS = ['-p', 'This is a message', '-i', 'test.html', '--debug'];
Expand Down Expand Up @@ -72,4 +72,4 @@
<body id="body" onload="onLoad()">

</body>
</html>
</html>

0 comments on commit acf39bd

Please sign in to comment.