Add a test for Backbone.Collection.clone()

This commit is contained in:
Ian Phillips
2017-11-10 13:23:34 -08:00
parent ed76f54ebd
commit 774fe888b6

View File

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