mirror of
https://github.com/lancedikson/bowser
synced 2026-03-02 03:40:27 +00:00
@@ -40,11 +40,11 @@ class Bowser {
|
||||
* @param {Object} range
|
||||
* @returns {Boolean}
|
||||
*/
|
||||
static inRange(range) {
|
||||
if (!range) {
|
||||
throw new Error('Range can not be empty');
|
||||
}
|
||||
}
|
||||
// static inRange(range) {
|
||||
// if (!range) {
|
||||
// throw new Error('Range can not be empty');
|
||||
// }
|
||||
// }
|
||||
|
||||
/**
|
||||
* Check if the browser is NOT in range or not
|
||||
|
||||
Reference in New Issue
Block a user