mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-01-31 15:27:50 +00:00
Fixin assignment to constant.
This commit is contained in:
@@ -27,7 +27,7 @@ function forOwnRight(object, iteratee) {
|
||||
return
|
||||
}
|
||||
const props = Object.keys(object)
|
||||
const length = props.length
|
||||
let length = props.length
|
||||
while (length--) {
|
||||
iteratee(object[props[length]], iteratee, object)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user