mirror of
https://github.com/jashkenas/backbone.git
synced 2026-04-30 03:00:06 -04:00
Merge pull request #1713 from jdalton/lodash
Add Lo-Dash reference to index.html.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user