mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-07 10:07:48 +00:00
Punt on AMD testing for Android because of stability issues.
This commit is contained in:
@@ -135,8 +135,9 @@ if (_.contains(tags, 'amd')) {
|
||||
var browser = browserName(platform[1]),
|
||||
version = +platform[2];
|
||||
|
||||
if (browser == 'Opera') {
|
||||
return version >= 10;
|
||||
switch (browser) {
|
||||
case 'Android': return version >= 4.4;
|
||||
case 'Opera': return version >= 10;
|
||||
}
|
||||
return true;
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user