Merge pull request #1713 from jdalton/lodash

Add Lo-Dash reference to index.html.
This commit is contained in:
Tim Branyen
2012-10-09 22:11:24 -07:00

View File

@@ -555,8 +555,9 @@
</table>
<p>
Backbone's only hard dependency is
<a href="http://underscorejs.org/">Underscore.js</a> <small>( > 1.3.1)</small>.
Backbone's only hard dependency is either
<a href="http://underscorejs.org/">Underscore.js</a> <small>( > 1.3.1)</small> or
<a href="http://lodash.com">Lo-Dash</a>.
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