1
0
mirror of https://github.com/lancedikson/bowser synced 2024-10-27 20:34:22 +00:00

fix jsdoc declaration

This commit is contained in:
Denis Demchenko 2016-07-07 18:17:49 +03:00
parent 40c908a092
commit 1729a5971b

View File

@ -539,6 +539,7 @@
*
* @param {Object} minVersions map of minimal version to browser
* @param {Boolean} [strictMode = false] flag to return false if browser wasn't found in map
* @param {String} [ua] user agent string
* @return {Boolean}
*/
function check(minVersions, strictMode, ua) {