lodash
4.17.234.18.1
_baseOrderBy.js~
_baseOrderBy.jsModified+1−1
Index: package/_baseOrderBy.js
===================================================================
--- package/_baseOrderBy.js
+++ package/_baseOrderBy.js
@@ -22,9 +22,9 @@
iteratees = arrayMap(iteratees, function(iteratee) {
if (isArray(iteratee)) {
return function(value) {
return baseGet(value, iteratee.length === 1 ? iteratee[0] : iteratee);
- }
+ };
}
return iteratee;
});
} else {