mirror of
https://github.com/jashkenas/backbone.git
synced 2026-04-30 03:00:06 -04:00
Add test for negative indexes in at method
This commit is contained in:
@@ -119,6 +119,7 @@
|
||||
|
||||
test("at", 1, function() {
|
||||
equal(col.at(2), c);
|
||||
equal(col.at(-2), c);
|
||||
});
|
||||
|
||||
test("pluck", 1, function() {
|
||||
|
||||
Reference in New Issue
Block a user