mirror of
https://github.com/lancedikson/bowser
synced 2024-10-27 20:34:22 +00:00
Fix small mistypos
This commit is contained in:
parent
b15544770a
commit
bee21ea5c3
@ -16,7 +16,7 @@ import Parser from './parser';
|
|||||||
*/
|
*/
|
||||||
class Bowser {
|
class Bowser {
|
||||||
/**
|
/**
|
||||||
* Creates an object that parse UA
|
* Creates an object that parses UA
|
||||||
* @param UA
|
* @param UA
|
||||||
*
|
*
|
||||||
* @example
|
* @example
|
||||||
@ -31,7 +31,7 @@ class Bowser {
|
|||||||
}
|
}
|
||||||
|
|
||||||
static parse(UA) {
|
static parse(UA) {
|
||||||
return new this.constructor(UA).getResult();
|
return (new this.constructor(UA)).getResult();
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user