From c013a60e5cffe1bbe739282001f324cd4937f860 Mon Sep 17 00:00:00 2001 From: Yuku Takahashi Date: Thu, 27 Dec 2012 18:34:20 +0900 Subject: [PATCH] Import _.drop --- backbone.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backbone.js b/backbone.js index cfe91a348..36b81124e 100644 --- a/backbone.js +++ b/backbone.js @@ -903,7 +903,7 @@ 'inject', 'reduceRight', 'foldr', 'find', 'detect', 'filter', 'select', 'reject', 'every', 'all', 'some', 'any', 'include', 'contains', 'invoke', 'max', 'min', 'sortedIndex', 'toArray', 'size', 'first', 'head', 'take', - 'initial', 'rest', 'tail', 'last', 'without', 'indexOf', 'shuffle', + 'initial', 'rest', 'tail', 'drop', 'last', 'without', 'indexOf', 'shuffle', 'lastIndexOf', 'isEmpty']; // Mix in each Underscore method as a proxy to `Collection#models`.