Make categories singular.

This commit is contained in:
John-David Dalton
2014-06-21 21:25:17 -07:00
parent 87a8780cca
commit f116db3108
3 changed files with 160 additions and 160 deletions

View File

@@ -279,7 +279,7 @@
window._ = lodash;
}
if (ui.isModularize) {
require(getConfig(), ['lodash/internals/baseEach'], function(baseEach) {
require(getConfig(), ['lodash/internal/baseEach'], function(baseEach) {
lodash._baseEach = baseEach['default'] || baseEach;
loadTests();
});