Skip to content
This repository has been archived by the owner on Jun 12, 2018. It is now read-only.

Update Parse Framework #5

Merged
merged 2 commits into from
Jan 25, 2013
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Updated Parse library to latest version
  • Loading branch information
ichristo committed Jan 14, 2013
commit fbd180462e6bed7b6ae61e956aef709a450a1507
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<link href="css/todos.css" media="all" rel="stylesheet" type="text/css"/>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
<script src="js/underscore-1.1.6.js"></script>
<script src="//www.parsecdn.com/js/parse-1.0.18.min.js"></script>
<script src="//www.parsecdn.com/js/parse-1.1.15.min.js"></script>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please space this appropriately (don't use tabs, and line up with rest of the script sources)

<script src="js/todos.js"></script>
</head>

Expand Down