Skip to content

Commit

Permalink
Updated to S2 beta 3
Browse files Browse the repository at this point in the history
  • Loading branch information
wagenet committed Sep 9, 2011
1 parent 1a79356 commit fc3717c
Show file tree
Hide file tree
Showing 6 changed files with 7,732 additions and 18,066 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
</head>
<body>
<h1>Todos</h1>
<script type="text/html">
<script type="text/x-handlebars">
{{view Todos.CreateTodoView id="new-todo" placeholder="What needs to be done?"}}

<!-- Insert this after the CreateTodoView and before the collection. -->
Expand All @@ -48,7 +48,7 @@ <h1>Todos</h1>

<script src="//ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js"></script>
<script>!window.jQuery && document.write(unescape('%3Cscript src="js/libs/jquery-1.6.1.min.js"%3E%3C/script%3E'))</script>
<script src="js/libs/sproutcore-2.0.a.2.min.js"></script>
<script src="js/libs/sproutcore-2.0.beta.3.min.js"></script>
<script src="js/app.js"></script>
</body>
</html>
Loading

0 comments on commit fc3717c

Please sign in to comment.