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

fix isUnsupportedBrowser documentation

This commit is contained in:
Alexander Lukin 2016-06-16 13:49:18 +03:00
parent 43ac868d84
commit c30f6d41d9

View File

@ -496,7 +496,7 @@
* phantom: "534"
* });
*
* @param {Object} minVersions minVersions map of minimal version to browser
* @param {Object} minVersions map of minimal version to browser
* @param {Boolean} strictMode flag to return false if browser wasn't found in map
* @return {Boolean}
*/