Skip to content

Commit

Permalink
Merge pull request #3 from pdeschen/master
Browse files Browse the repository at this point in the history
fix broken paths in sandbox.html example file
  • Loading branch information
Joss Crowcroft committed Oct 20, 2011
2 parents f2d28ab + 81cc6e2 commit 6e5cbe9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/sandbox.html
Expand Up @@ -35,13 +35,13 @@
<!-- Scripts -->

<!-- Underscore, Backbone, backbone-localStorage, jQuery -->
<script src="js/libs/underscore.min.js"></script>
<script src="js/libs/backbone.min.js"></script>
<script src="js/libs/backbone-localstorage.min.js"></script>
<script src="js/libs/jquery.min.js"></script>
<script src="libs/underscore.min.js"></script>
<script src="libs/backbone.min.js"></script>
<script src="libs/backbone-localStorage.min.js"></script>
<script src="libs/jquery.min.js"></script>

<!-- The JS Sandbox Console script (requires underscore, backbone and jquery): -->
<script src="js/sandbox-console.js"></script>
<script src="sandbox-console.js"></script>

<!-- When ready, create the model and view -->
<script type="text/javascript">
Expand Down

0 comments on commit 6e5cbe9

Please sign in to comment.