mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-05 09:27:49 +00:00
Change project structure.
This commit is contained in:
@@ -76,7 +76,7 @@
|
||||
result = params;
|
||||
}
|
||||
var last = result[result.length - 1];
|
||||
result = (result.length > min && !/test(?:\.js)?$/.test(last)) ? last : '../lodash.js';
|
||||
result = (result.length > min && !/test(?:\.js)?$/.test(last)) ? last : '../lodash.compat.js';
|
||||
|
||||
if (!amd) {
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user