mirror of
https://github.com/jashkenas/backbone.git
synced 2026-01-23 05:48:10 -05:00
fixing chain() test.
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user