2
0
mirror of https://github.com/tenrok/axios.git synced 2026-06-05 16:42:32 +03:00

Fix:Closing curly braces

This commit is contained in:
arpit
2018-06-17 20:41:31 +05:30
committed by Khaled Garbaya
parent 8cb7d667fb
commit 405fe690f9
+2 -2
View File
@@ -182,8 +182,8 @@ function trim(str) {
*/
function isStandardBrowserEnv() {
if (typeof navigator !== 'undefined' && (navigator.product === 'ReactNative' ||
navigator.product === 'NativeScript' ||
navigator.product === 'NS') {
navigator.product === 'NativeScript' ||
navigator.product === 'NS')) {
return false;
}
return (