mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-12 11:57:49 +00:00
Correct browserName output.
This commit is contained in:
@@ -199,7 +199,7 @@ if (tunneled) {
|
|||||||
* @returns {string} Returns the formal browser name.
|
* @returns {string} Returns the formal browser name.
|
||||||
*/
|
*/
|
||||||
function browserName(identifier) {
|
function browserName(identifier) {
|
||||||
return capitalizeWords(browserNameMap[identifier] || identifier);
|
return browserNameMap[identifier] || capitalizeWords(identifier);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user