Skip to content

Commit

Permalink
added explicit declarations for deps and conf
Browse files Browse the repository at this point in the history
  • Loading branch information
thanpolas committed Feb 19, 2013
1 parent 137de8e commit 2c92e73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@
</p>
<p>Part of <a href="http://todomvc.com">TodoMVC</a></p>
</footer>
<script data-require="Todos.app" src="js/lib/mantri/mantri.web.js"></script>
<script data-require="Todos.app" data-config="./mantriConf" data-deps="./deps" src="js/lib/mantri/mantri.web.js"></script>
</body>
</html>

0 comments on commit 2c92e73

Please sign in to comment.