Skip to content

Commit

Permalink
Fix:Closing curly braces
Browse files Browse the repository at this point in the history
  • Loading branch information
arpit2438735 authored and Khaledgarbaya committed Jun 19, 2018
1 parent 8cb7d66 commit 405fe69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/utils.js
Expand Up @@ -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 (
Expand Down

0 comments on commit 405fe69

Please sign in to comment.