mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-07 10:07:48 +00:00
Change the default value of _.templateSettings.variable to obj for Underscore.js compatibility. [closes #16]
Former-commit-id: da91e5c881e6b3f9e2108cc231e57c023884b251
This commit is contained in:
@@ -176,7 +176,7 @@
|
|||||||
* @memberOf _.templateSettings
|
* @memberOf _.templateSettings
|
||||||
* @type String
|
* @type String
|
||||||
*/
|
*/
|
||||||
'variable': 'object'
|
'variable': 'obj'
|
||||||
};
|
};
|
||||||
|
|
||||||
/*--------------------------------------------------------------------------*/
|
/*--------------------------------------------------------------------------*/
|
||||||
|
|||||||
Reference in New Issue
Block a user