mirror of
https://github.com/jashkenas/backbone.git
synced 2026-01-24 06:17:55 -05:00
Issue #417. Word choice for the literal minded.
This commit is contained in:
@@ -369,9 +369,8 @@
|
||||
<p>
|
||||
Backbone's only hard dependency is
|
||||
<a href="http://documentcloud.github.com/underscore/">Underscore.js</a>.
|
||||
For RESTful persistence, "hashchange" History, and DOM manipulation with
|
||||
<a href="#View">Backbone.View</a>,
|
||||
it's highly recommended to include
|
||||
For RESTful persistence, history support via <a href="#Router">Backbone.Router</a>
|
||||
and DOM manipulation with <a href="#View">Backbone.View</a>, include
|
||||
<a href="https://github.com/douglascrockford/JSON-js">json2.js</a>, and either
|
||||
<a href="http://jquery.com">jQuery</a> <small>( > 1.4.2)</small> or
|
||||
<a href="http://zeptojs.com/">Zepto</a>.
|
||||
|
||||
Reference in New Issue
Block a user