mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-01-31 15:27:50 +00:00
Minor whitespace nit. [ci skip]
This commit is contained in:
@@ -212,7 +212,7 @@
|
||||
/** The `lodash` function to test */
|
||||
var _ = root._ || (root._ = (
|
||||
_ = load(filePath) || root._,
|
||||
_ = _._ || (isStrict = ui.isStrict = isStrict || 'default' in _, _['default']) || _,
|
||||
_ = _._ || (isStrict = ui.isStrict = isStrict || 'default' in _, _['default']) || _,
|
||||
(_.runInContext ? _.runInContext(root) : _)
|
||||
));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user