mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-04 08:57:49 +00:00
Eslint cleanup (imports left), except template.
This commit is contained in:
@@ -29,7 +29,7 @@ const hasOwnProperty = objectProto.hasOwnProperty
|
||||
function defaults(object, ...sources) {
|
||||
object = Object(object)
|
||||
let srcIndex = -1
|
||||
let srcLength = sources.length
|
||||
const srcLength = sources.length
|
||||
while (++srcIndex < srcLength) {
|
||||
const source = sources[srcIndex]
|
||||
const props = keysIn(source)
|
||||
|
||||
Reference in New Issue
Block a user