Skip to content

Commit

Permalink
Change the default value of _.templateSettings.variable to obj fo…
Browse files Browse the repository at this point in the history
…r Underscore.js compatibility. [closes #16]
  • Loading branch information
jdalton committed May 29, 2012
1 parent e02c68e commit 803d66b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lodash.js
Expand Up @@ -176,7 +176,7 @@
* @memberOf _.templateSettings
* @type String
*/
'variable': 'object'
'variable': 'obj'
};

/*--------------------------------------------------------------------------*/
Expand Down

0 comments on commit 803d66b

Please sign in to comment.