[Pkg-javascript-commits] [backbone] 02/37: Adding a note about the need to upgrade Underscore.js

Jonas Smedegaard js at moszumanska.debian.org
Sat May 3 17:02:45 UTC 2014


This is an automated email from the git hooks/post-receive script.

js pushed a commit to tag 0.9.1
in repository backbone.

commit 12a6fa4b0fbc27a6753a5e8df9a1439df1f6ab36
Author: Jeremy Ashkenas <jashkenas at gmail.com>
Date:   Mon Jan 30 16:30:07 2012 -0500

    Adding a note about the need to upgrade Underscore.js
---
 index.html | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/index.html b/index.html
index dd5535c..d6821bb 100644
--- a/index.html
+++ b/index.html
@@ -447,7 +447,7 @@
 
     <p>
       Backbone's only hard dependency is
-      <a href="http://documentcloud.github.com/underscore/">Underscore.js</a>.
+      <a href="http://documentcloud.github.com/underscore/">Underscore.js</a> <small>( > 1.3.1)</small>.
       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
@@ -510,6 +510,10 @@
         If you have been writing a fair amount of <tt>$(view.el)</tt>, there's now
         a cached reference for that jQuery object: <a href="#View-$el">$el</a>.
       </li>
+      <li>
+        If you're upgrading, make sure you also upgrade your version of Underscore.js
+        to the latest — 1.3.1 or greater.
+      </li>
     </ul>
 
     <h2 id="Events">Backbone.Events</h2>

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/backbone.git



More information about the Pkg-javascript-commits mailing list