Skip to content
This repository has been archived by the owner on Apr 26, 2018. It is now read-only.

Commit

Permalink
Update script paths in example
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinsawicki committed Oct 15, 2013
1 parent 1a60734 commit 8655854
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions examples/index.html
Expand Up @@ -4,16 +4,16 @@
<title>Space Pen Example</title>

<!-- coffeescript -->
<script type="text/javascript" src="vendor/coffee-script.js"></script>
<script type="text/javascript" src="../vendor/coffee-script.js"></script>

<!-- dependencies -->
<script type="text/javascript" src="vendor/jquery.js"></script>
<script type="text/javascript" src="../vendor/jquery.js"></script>

<!-- implementation -->
<script type="text/coffeescript" src="src/space-pen.coffee"></script>
<script type="text/coffeescript" src="../src/space-pen.coffee"></script>

<!-- specs -->
<script type="text/coffeescript" src="examples/example.coffee"></script>
<script type="text/coffeescript" src="../examples/example.coffee"></script>
</head>

<body></body>
Expand Down

0 comments on commit 8655854

Please sign in to comment.