8000 Change the default value of `_.templateSettings.variable` to `obj` fo… · lodash/lodash@803d66b · GitHub
[go: up one dir, main page]

Skip to content

Commit 803d66b

Browse files
committed
Change the default value of _.templateSettings.variable to obj for Underscore.js compatibility. [closes #16]
1 parent e02c68e commit 803d66b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lodash.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@
176176
* @memberOf _.templateSettings
177177
* @type String
178178
*/
179-
'variable': 'object'
179+
'variable': ' 4CBB obj'
180180
};
181181

182182
/*--------------------------------------------------------------------------*/

0 commit comments

Comments
 (0)
0