mirror of
https://github.com/tenrok/axios.git
synced 2026-06-23 20:40:40 +03:00
Fix:Closing curly braces
This commit is contained in:
+2
-2
@@ -182,8 +182,8 @@ function trim(str) {
|
|||||||
*/
|
*/
|
||||||
function isStandardBrowserEnv() {
|
function isStandardBrowserEnv() {
|
||||||
if (typeof navigator !== 'undefined' && (navigator.product === 'ReactNative' ||
|
if (typeof navigator !== 'undefined' && (navigator.product === 'ReactNative' ||
|
||||||
navigator.product === 'NativeScript' ||
|
navigator.product === 'NativeScript' ||
|
||||||
navigator.product === 'NS') {
|
navigator.product === 'NS')) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
return (
|
return (
|
||||||
|
|||||||
Reference in New Issue
Block a user