Rebuild lodash and docs.

This commit is contained in:
John-David Dalton
2016-10-02 20:21:38 -07:00
parent 48bc8b4f1a
commit a12c3797fb
9 changed files with 490 additions and 470 deletions

2
dist/lodash.fp.js vendored
View File

@@ -68,7 +68,7 @@ return /******/ (function(modules) { // webpackBootstrap
return baseConvert(lodash, lodash, options);
}
if (typeof _ == 'function') {
if (typeof _ == 'function' && typeof _.runInContext == 'function') {
_ = browserConvert(_.runInContext());
}
module.exports = browserConvert;