Skip to content

Commit

Permalink
upgrading sproutcore 2.0 example to use jQuery 1.6.4. Adding local co…
Browse files Browse the repository at this point in the history
…py of jQuery for this purpose as well
  • Loading branch information
addyosmani committed Sep 20, 2011
1 parent 6db0180 commit 6e7e714
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion todo-example/sproutcore/index.html
Expand Up @@ -70,7 +70,7 @@ <h1>Todos</h1>
</div>


<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/jquery-1.6.4.min.js"></script>
<script src="js/libs/sproutcore-2.0.a.3.min.js"></script>
<script src="js/app.js"></script>
</body>
Expand Down

0 comments on commit 6e7e714

Please sign in to comment.