mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-11 03:17:49 +00:00
Flip assignment order for consistency. [ci skip]
This commit is contained in:
@@ -296,7 +296,7 @@ function baseConvert(util, name, func, options) {
|
|||||||
result.convert = convert;
|
result.convert = convert;
|
||||||
if (mapping.placeholder[name]) {
|
if (mapping.placeholder[name]) {
|
||||||
setPlaceholder = true;
|
setPlaceholder = true;
|
||||||
func.placeholder = result.placeholder = placeholder;
|
result.placeholder = func.placeholder = placeholder;
|
||||||
}
|
}
|
||||||
return result;
|
return result;
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user