[Pkg-javascript-commits] [backbone] 16/34: fixing chain() test.

Jonas Smedegaard js at moszumanska.debian.org
Sat May 3 16:58:53 UTC 2014


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

js pushed a commit to tag 0.2.0
in repository backbone.

commit a895bbb0983e9773f47ba90f31d1baa93ca18f93
Author: Jeremy Ashkenas <jashkenas at gmail.com>
Date:   Tue Oct 19 15:50:02 2010 -0400

    fixing chain() test.
---
 test/collection.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/collection.js b/test/collection.js
index ae0cd3c..17cacee 100644
--- a/test/collection.js
+++ b/test/collection.js
@@ -99,7 +99,7 @@ $(document).ready(function() {
             .filter(function(o){ return o.id % 2 === 0; })
             .map(function(o){ return o.id * 2; })
             .value(),
-         [8, 4]);
+         [4, 8]);
   });
 
   test("Collection: refresh", function() {

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