Change the default value of _.templateSettings.variable to obj for Underscore.js compatibility. [closes #16]

Former-commit-id: da91e5c881e6b3f9e2108cc231e57c023884b251
This commit is contained in:
John-David Dalton
2012-05-29 10:14:40 -04:00
parent 570ba189ed
commit 35d5704e3f

View File

@@ -176,7 +176,7 @@
* @memberOf _.templateSettings
* @type String
*/
'variable': 'object'
'variable': 'obj'
};
/*--------------------------------------------------------------------------*/