Ensure each and eachRight have the correct chain behavior.

This commit is contained in:
John-David Dalton
2016-01-13 03:45:15 -08:00
parent 73405cf042
commit 846e813c99
3 changed files with 5 additions and 3 deletions

View File

@@ -5748,6 +5748,8 @@
];
var unwrappedMethods = [
'each',
'eachRight',
'every',
'find',
'findIndex',