lodash: Cleanup build.js. [jddalton]

Former-commit-id: 4d044d708e78e8d0f8e869319f4c2c27cfa5e5f6
This commit is contained in:
John-David Dalton
2012-04-24 02:27:18 -04:00
parent 2d6b90f476
commit e0971cd02c
2 changed files with 170 additions and 66 deletions

View File

@@ -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];