Skip to content

Commit

Permalink
Merge pull request #2033 from taka84u9/collection-drop
Browse files Browse the repository at this point in the history
Forgot to import _.drop?
  • Loading branch information
braddunbar committed Dec 27, 2012
2 parents 03f1de0 + c013a60 commit afa294e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backbone.js
Expand Up @@ -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`.
Expand Down

0 comments on commit afa294e

Please sign in to comment.