clarifying that jQuery or Zepto is required for History support (for the moment)

This commit is contained in:
Jeremy Ashkenas
2011-04-18 14:32:00 -04:00
parent 857f756511
commit 9159ed3578

View File

@@ -360,7 +360,7 @@
<p>
Backbone's only hard dependency is
<a href="http://documentcloud.github.com/underscore/">Underscore.js</a>.
For RESTful persistence, and DOM manipulation with
For RESTful persistence, "hashchange" History, and DOM manipulation with
<a href="#View">Backbone.View</a>,
it's highly recommended to include
<a href="https://github.com/douglascrockford/JSON-js">json2.js</a>, and either