Minor whitespace nit. [ci skip]

This commit is contained in:
John-David Dalton
2014-09-21 23:26:01 -07:00
parent 5791d71e9f
commit e5f19fe037

View File

@@ -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) : _)
));