Skip to content

Commit

Permalink
moved view to views.js
Browse files Browse the repository at this point in the history
  • Loading branch information
natematias committed Apr 16, 2012
1 parent 53d9337 commit 512f539
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion assets/www/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<script type="text/javascript" charset="utf-8" src="lib/jquery-1.7.2.min.js"></script>
<script type="text/javascript" charset="utf-8" src="lib/underscore.js"></script>
<script type="text/javascript" charset="utf-8" src="lib/backbone.js"></script>
<script type="text/javascript" charset="utf-8" src="app/view.js"></script>
<script type="text/javascript" charset="utf-8" src="app/views.js"></script>
</body>
</html>

0 comments on commit 512f539

Please sign in to comment.