Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 35d5704

Browse files
committed
Change the default value of _.templateSettings.variable to obj for Underscore.js compatibility. [closes #16]
Former-commit-id: da91e5c881e6b3f9e2108cc231e57c023884b251
1 parent 570ba18 commit 35d5704

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': 'obj'
180180
};
181181

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

0 commit comments

Comments
 (0)