mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-08 10:17:48 +00:00
Apply let/const transform.
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
* @returns {*} Returns the placeholder value.
|
||||
*/
|
||||
function getHolder(func) {
|
||||
var object = func;
|
||||
const object = func;
|
||||
return object.placeholder;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user