mention that Backbone require's jQuery > 1.4.2, if using jQuery. Issue #367.

This commit is contained in:
Jeremy Ashkenas
2011-05-26 13:41:41 -04:00
parent 46fbd4cd7f
commit 9a1deb61c7

View File

@@ -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>