mirror of
https://github.com/jashkenas/backbone.git
synced 2026-01-22 21:38:00 -05:00
Update two links at index.html to latest URLs
- Link to Jake was broken. - PhantomJS has official website with better information.
This commit is contained in:
@@ -2230,11 +2230,11 @@ var model = localBackbone.Model.extend(...);
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user