mirror of
https://github.com/jashkenas/backbone.git
synced 2026-04-08 03:00:26 -04:00
mention that Backbone require's jQuery > 1.4.2, if using jQuery. Issue #367.
This commit is contained in:
@@ -367,7 +367,8 @@
|
||||
<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
|
||||
<a href="http://jquery.com">jQuery</a> or <a href="http://zeptojs.com/">Zepto</a>.
|
||||
<a href="http://jquery.com">jQuery</a> <small>( > 1.4.2)</small> or
|
||||
<a href="http://zeptojs.com/">Zepto</a>.
|
||||
</p>
|
||||
|
||||
<h2 id="Introduction">Introduction</h2>
|
||||
|
||||
Reference in New Issue
Block a user