mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-01-29 06:27:49 +00:00
Remove runInContext call in convert.
This commit is contained in:
@@ -231,7 +231,7 @@ function baseConvert(util, name, func, options) {
|
||||
var wrapper = wrappers[name];
|
||||
|
||||
var convert = function(options) {
|
||||
var newUtil = isLib ? pristine.runInContext() : helpers,
|
||||
var newUtil = isLib ? pristine : helpers,
|
||||
newFunc = isLib ? pristine[name] : func,
|
||||
newOptions = assign(assign({}, config), options);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user