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

@@ -324,7 +324,7 @@
// expose `baseEach` for better code coverage
if (isModularize && !isNpm) {
var path = require('path'),
baseEach = require(path.join(path.dirname(filePath), 'internals', 'baseEach.js'));
baseEach = require(path.join(path.dirname(filePath), 'internal', 'baseEach.js'));
_._baseEach = baseEach.baseEach || baseEach['default'] || baseEach;
}