mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-07-04 09:10:09 +00:00
Add a test for Backbone.Collection.clone()
This commit is contained in:
@@ -178,6 +178,8 @@ function test_collection() {
|
||||
|
||||
var alphabetical = books.sortBy((book: Book): number => null);
|
||||
|
||||
var copy = books.clone();
|
||||
|
||||
let one: Book;
|
||||
let models: Book[];
|
||||
let bool: boolean;
|
||||
|
||||
Reference in New Issue
Block a user