mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-07 01:57:50 +00:00
Apply more let/const transforms.
This commit is contained in:
@@ -12,7 +12,7 @@ import reInterpolate from './_reInterpolate.js';
|
||||
* @memberOf _
|
||||
* @type {Object}
|
||||
*/
|
||||
var templateSettings = {
|
||||
const templateSettings = {
|
||||
|
||||
/**
|
||||
* Used to detect `data` property values to be HTML-escaped.
|
||||
|
||||
Reference in New Issue
Block a user