mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-07 01:57:50 +00:00
lodash: Cleanup build.js. [jddalton]
Former-commit-id: 4d044d708e78e8d0f8e869319f4c2c27cfa5e5f6
This commit is contained in:
@@ -245,7 +245,7 @@
|
||||
options = {},
|
||||
props = ['beforeLoop', 'loopExp', 'inLoop', 'afterLoop'];
|
||||
|
||||
// use a while-loop to merge options because `extend` isn't defined yet
|
||||
// use simple loops to merge options because `extend` isn't defined yet
|
||||
while (++index < arguments.length) {
|
||||
for (prop in arguments[index]) {
|
||||
options[prop] = arguments[index][prop];
|
||||
|
||||
Reference in New Issue
Block a user