Skip to content

Commit

Permalink
Merge pull request jashkenas#761 from d2s/master
Browse files Browse the repository at this point in the history
Update two links at index.html to latest URLs
  • Loading branch information
jashkenas committed Nov 24, 2011
2 parents c785ecb + db8d85e commit e8c1ce7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2230,11 +2230,11 @@ <h2 id="examples-soundcloud">SoundCloud Mobile</h2>
as a data source (channeled through a nginx proxy),
<a href="http://api.jquery.com/category/plugins/templates/">jQuery templates</a>
for the rendering, <a href="http://docs.jquery.com/Qunit">Qunit
</a> and <a href="http://code.google.com/p/phantomjs/">PhantomJS</a> for
</a> and <a href="http://www.phantomjs.org/">PhantomJS</a> for
the testing suite. The JS code, templates and CSS are built for the
production deployment with various Node.js tools like
<a href="https://github.com/dsimard/ready.js">ready.js</a>,
<a href="https://github.com/mde/node-jake">Jake</a>,
<a href="https://github.com/mde/jake">Jake</a>,
<a href="https://github.com/tmpvar/jsdom">jsdom</a>.
The <b>Backbone.History</b> was modified to support the HTML5 <tt>history.pushState</tt>.
<b>Backbone.sync</b> was extended with an additional SessionStorage based cache
Expand Down

0 comments on commit e8c1ce7

Please sign in to comment.