mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-01-29 06:27:49 +00:00
Fix _.template benchmarks.
This commit is contained in:
@@ -516,10 +516,10 @@
|
||||
var settingsObject = { "variable": "data" };\
|
||||
\
|
||||
var _tpl = _.template(tpl),\
|
||||
_tplVerbose = _.template(tplVerbose, settingsObject);\
|
||||
_tplVerbose = _.template(tplVerbose, null, settingsObject);\
|
||||
\
|
||||
var lodashTpl = lodash.template(tpl),\
|
||||
lodashTplVerbose = lodash.template(tplVerbose, settingsObject);\
|
||||
lodashTplVerbose = lodash.template(tplVerbose, null, settingsObject);\
|
||||
}\
|
||||
if (typeof wrap != "undefined") {\
|
||||
var add = function(a, b) {\
|
||||
|
||||
Reference in New Issue
Block a user