mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-01 23:57:49 +00:00
Make fp convert call noConflict.
This commit is contained in:
@@ -12,7 +12,7 @@ var _ = require('lodash'),
|
||||
*/
|
||||
function convert() {
|
||||
var args = arguments,
|
||||
name = args.length ? args[0] : _.runInContext(),
|
||||
name = args.length ? args[0] : _.noConflict().runInContext(),
|
||||
func = args[1];
|
||||
|
||||
return base(util, name, func);
|
||||
|
||||
Reference in New Issue
Block a user