diff --git a/src/bowser.js b/src/bowser.js index 57c6762..49cb903 100644 --- a/src/bowser.js +++ b/src/bowser.js @@ -529,9 +529,7 @@ } } - if (strictMode) { - return false; // not found - } + return strictMode; // not found } /**