mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-01-29 06:27:49 +00:00
Enable convert to work when given lodash and options.
This commit is contained in:
@@ -8,7 +8,7 @@ var baseConvert = require('./_baseConvert');
|
||||
* @returns {Function} Returns the converted `lodash`.
|
||||
*/
|
||||
function browserConvert(lodash, options) {
|
||||
return baseConvert(lodash, lodash, undefined, options);
|
||||
return baseConvert(lodash, lodash, options);
|
||||
}
|
||||
|
||||
module.exports = browserConvert;
|
||||
|
||||
Reference in New Issue
Block a user