From d160acaf12390e7e21609b1bdbfc3a0bccbb1b85 Mon Sep 17 00:00:00 2001 From: Denis Demchenko Date: Fri, 3 May 2019 21:50:41 +0300 Subject: [PATCH] Update documents --- docs/Bowser.html | 2 +- docs/Parser.html | 4 ++-- docs/bowser.js.html | 2 +- docs/global.html | 2 +- docs/index.html | 2 +- docs/parser.js.html | 4 ++-- docs/utils.js.html | 2 +- 7 files changed, 9 insertions(+), 9 deletions(-) diff --git a/docs/Bowser.html b/docs/Bowser.html index ef9f7b1f..bd8aaad9 100644 --- a/docs/Bowser.html +++ b/docs/Bowser.html @@ -572,7 +572,7 @@
Returns:

diff --git a/docs/Parser.html b/docs/Parser.html index 15311e3d..232d438b 100644 --- a/docs/Parser.html +++ b/docs/Parser.html @@ -2566,7 +2566,7 @@

satisfiesExample

-
const browser = new Bowser(UA);
+    
const browser = Bowser.getParser(window.navigator.userAgent);
 if (browser.satisfies({chrome: '>118.01.1322' }))
 // or with os
 if (browser.satisfies({windows: { chrome: '>118.01.1322' } }))
@@ -2989,7 +2989,7 @@ 
Returns:

- Documentation generated by JSDoc 3.5.5 on Sun Apr 14 2019 13:45:42 GMT+0300 (EEST) using the docdash theme. + Documentation generated by JSDoc 3.5.5 on Fri May 03 2019 21:50:23 GMT+0300 (EEST) using the docdash theme.
diff --git a/docs/bowser.js.html b/docs/bowser.js.html index 92479e14..d140e3e8 100644 --- a/docs/bowser.js.html +++ b/docs/bowser.js.html @@ -105,7 +105,7 @@

bowser.js


- Documentation generated by JSDoc 3.5.5 on Sun Apr 14 2019 13:45:42 GMT+0300 (EEST) using the docdash theme. + Documentation generated by JSDoc 3.5.5 on Fri May 03 2019 21:50:23 GMT+0300 (EEST) using the docdash theme.
diff --git a/docs/global.html b/docs/global.html index 63340cb8..e5805358 100644 --- a/docs/global.html +++ b/docs/global.html @@ -1995,7 +1995,7 @@
Properties

- Documentation generated by JSDoc 3.5.5 on Sun Apr 14 2019 13:45:42 GMT+0300 (EEST) using the docdash theme. + Documentation generated by JSDoc 3.5.5 on Fri May 03 2019 21:50:23 GMT+0300 (EEST) using the docdash theme.
diff --git a/docs/index.html b/docs/index.html index df0ec082..b4410efc 100644 --- a/docs/index.html +++ b/docs/index.html @@ -157,7 +157,7 @@

License

Licensed as MIT. All rights not explicitly granted in the MIT

- Documentation generated by JSDoc 3.5.5 on Sun Apr 14 2019 13:45:42 GMT+0300 (EEST) using the docdash theme. + Documentation generated by JSDoc 3.5.5 on Fri May 03 2019 21:50:23 GMT+0300 (EEST) using the docdash theme.
diff --git a/docs/parser.js.html b/docs/parser.js.html index ab43e3eb..b1579f1c 100644 --- a/docs/parser.js.html +++ b/docs/parser.js.html @@ -385,7 +385,7 @@

parser.js

* Returns `undefined` when the browser is no described in the checkTree object. * * @example - * const browser = new Bowser(UA); + * const browser = Bowser.getParser(window.navigator.userAgent); * if (browser.satisfies({chrome: '>118.01.1322' })) * // or with os * if (browser.satisfies({windows: { chrome: '>118.01.1322' } })) @@ -546,7 +546,7 @@

parser.js


- Documentation generated by JSDoc 3.5.5 on Sun Apr 14 2019 13:45:42 GMT+0300 (EEST) using the docdash theme. + Documentation generated by JSDoc 3.5.5 on Fri May 03 2019 21:50:23 GMT+0300 (EEST) using the docdash theme.
diff --git a/docs/utils.js.html b/docs/utils.js.html index c1102e46..6b473146 100644 --- a/docs/utils.js.html +++ b/docs/utils.js.html @@ -260,7 +260,7 @@

utils.js


- Documentation generated by JSDoc 3.5.5 on Sun Apr 14 2019 13:45:42 GMT+0300 (EEST) using the docdash theme. + Documentation generated by JSDoc 3.5.5 on Fri May 03 2019 21:50:23 GMT+0300 (EEST) using the docdash theme.